Color Hex Logo

#136cae Color Hex

#136CAE
(19,108,174)
0 Favorites   0 Comments

Color spaces of #136cae

RGB 19108174
HSL0.570.800.38
HSV206°89°68°
CMYK 0.890.380.00   0.32
XYZ13.271113.919642.0317
Yxy13.91960.19170.2011
Hunter Lab37.3090-1.7969-40.6789
CIE-Lab44.11740.2670-41.9742

#136cae color RGB value is (19,108,174).

#136cae hex color red value is 19, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #136cae hue: 0.57 , saturation: 0.80 and the lightness value of 136cae is 0.38.

The process color (four color CMYK) of #136cae color hex is 0.89, 0.38, 0.00, 0.32. Web safe color of #136cae is #006699. Color #136cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 10101110
Octal 23 154 256
Decimal 19 108 174
Hex 13 6C AE

RGB Percentages of Color #136cae

%6.31
%35.88
%57.81

CMYK Percentages of Color #136cae

%89
%38
%0
%32

Triadic Colors of #136cae

#136cae #ae136c #6cae13

Analogous Colors of #136cae

#136cae #131fae #13aea3

Monochromatic Colors of #136cae

#136cae

Complementary Color

#136cae #ae5513

#136cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cae Color CSS Codes

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

#136cae Text Font Color

<p style="color:#136cae">Text here</p>

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


#136cae Background Color

<div style="background-color:#136cae">
Div content here</div>

This div background color is #136cae


#136cae Border Color

<div style="border:3px solid #136cae">
Div here</div>

This div border color is #136cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,108,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136cae;
  -webkit-box-shadow: 1px 1px 3px 2px #136cae;
  box-shadow:         1px 1px 3px 2px #136cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cae


Comments

No comments written yet.

Please login to write comment.