Color Hex Logo

#134daa Color Hex

#134DAA
(19,77,170)
0 Favorites   0 Comments

Color spaces of #134daa

RGB 1977170
HSL0.600.800.37
HSV217°89°67°
CMYK 0.890.550.00   0.33
XYZ10.17818.348539.1052
Yxy8.34850.17660.1449
Hunter Lab28.893812.3142-60.0182
CIE-Lab34.698418.9082-54.7525

#134daa color RGB value is (19,77,170).

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

The process color (four color CMYK) of #134daa color hex is 0.89, 0.55, 0.00, 0.33. Web safe color of #134daa is #006699. Color #134daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 10101010
Octal 23 115 252
Decimal 19 77 170
Hex 13 4D AA

RGB Percentages of Color #134daa

%7.14
%28.95
%63.91

CMYK Percentages of Color #134daa

%89
%55
%0
%33

Triadic Colors of #134daa

#134daa #aa134d #4daa13

Analogous Colors of #134daa

#134daa #2513aa #1399aa

Monochromatic Colors of #134daa

#134daa

Complementary Color

#134daa #aa7013

#134daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#134daa Color CSS Codes

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

#134daa Text Font Color

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

This sample text font color is #134daa
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.


#134daa Background Color

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

This div background color is #134daa


#134daa Border Color

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

This div border color is #134daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134daa


Comments

No comments written yet.

Please login to write comment.