Color Hex Logo

#156caa Color Hex

#156CAA
(21,108,170)
0 Favorites   0 Comments

Color spaces of #156caa

RGB 21108170
HSL0.570.780.37
HSV205°88°67°
CMYK 0.880.360.00   0.33
XYZ12.927513.786840.0100
Yxy13.78680.19370.2066
Hunter Lab37.1306-2.8314-37.8964
CIE-Lab43.9256-1.1645-39.9316

#156caa color RGB value is (21,108,170).

#156caa hex color red value is 21, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #156caa hue: 0.57 , saturation: 0.78 and the lightness value of 156caa is 0.37.

The process color (four color CMYK) of #156caa color hex is 0.88, 0.36, 0.00, 0.33. Web safe color of #156caa is #006699. Color #156caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101100 10101010
Octal 25 154 252
Decimal 21 108 170
Hex 15 6C AA

RGB Percentages of Color #156caa

%7.02
%36.12
%56.86

CMYK Percentages of Color #156caa

%88
%36
%0
%33

Triadic Colors of #156caa

#156caa #aa156c #6caa15

Analogous Colors of #156caa

#156caa #1521aa #15aa9e

Monochromatic Colors of #156caa

#156caa

Complementary Color

#156caa #aa5315

#156caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#156caa Color CSS Codes

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

#156caa Text Font Color

<p style="color:#156caa">Text here</p>

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


#156caa Background Color

<div style="background-color:#156caa">
Div content here</div>

This div background color is #156caa


#156caa Border Color

<div style="border:3px solid #156caa">
Div here</div>

This div border color is #156caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #156caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #156caa;
  -webkit-box-shadow: 1px 1px 3px 2px #156caa;
  box-shadow:         1px 1px 3px 2px #156caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,108,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 #156caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156caa


Comments

No comments written yet.

Please login to write comment.