Color Hex Logo

#134fad Color Hex

#134FAD
(19,79,173)
0 Favorites   0 Comments

Color spaces of #134fad

RGB 1979173
HSL0.600.800.38
HSV217°89°68°
CMYK 0.890.540.00   0.32
XYZ10.60748.747540.6645
Yxy8.74750.17670.1457
Hunter Lab29.576212.2602-60.8149
CIE-Lab35.493518.7733-55.2466

#134fad color RGB value is (19,79,173).

#134fad hex color red value is 19, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #134fad hue: 0.60 , saturation: 0.80 and the lightness value of 134fad is 0.38.

The process color (four color CMYK) of #134fad color hex is 0.89, 0.54, 0.00, 0.32. Web safe color of #134fad is #006699. Color #134fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001111 10101101
Octal 23 117 255
Decimal 19 79 173
Hex 13 4F AD

RGB Percentages of Color #134fad

%7.01
%29.15
%63.84

CMYK Percentages of Color #134fad

%89
%54
%0
%32

Triadic Colors of #134fad

#134fad #ad134f #4fad13

Analogous Colors of #134fad

#134fad #2413ad #139cad

Monochromatic Colors of #134fad

#134fad

Complementary Color

#134fad #ad7113

#134fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#134fad Color CSS Codes

.mybgcolor {background-color:#134fad; } 
.myforecolor {color:#134fad; }
.mybordercolor {border:3px solid #134fad; }

#134fad Text Font Color

<p style="color:#134fad">Text here</p>

This sample text font color is #134fad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#134fad Background Color

<div style="background-color:#134fad">
Div content here</div>

This div background color is #134fad


#134fad Border Color

<div style="border:3px solid #134fad">
Div here</div>

This div border color is #134fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,79,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134fad;
  -webkit-box-shadow: 1px 1px 3px 2px #134fad;
  box-shadow:         1px 1px 3px 2px #134fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,79,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #134fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #134fad;
  -webkit-box-shadow: 1px 1px 3px 2px #134fad;
  box-shadow:         1px 1px 3px 2px #134fad;">
Div content here</div>

This div box has shadow with color #134fad


Comments

No comments written yet.

Please login to write comment.