Color Hex Logo

#156fab Color Hex

#156FAB
(21,111,171)
0 Favorites   0 Comments

Color spaces of #156fab

RGB 21111171
HSL0.570.780.38
HSV204°88°67°
CMYK 0.880.350.00   0.33
XYZ13.344414.468640.6175
Yxy14.46860.19500.2114
Hunter Lab38.0376-3.9442-36.6850
CIE-Lab44.8976-2.6192-38.9771

#156fab color RGB value is (21,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101111 10101011
Octal 25 157 253
Decimal 21 111 171
Hex 15 6F AB

RGB Percentages of Color #156fab

%6.93
%36.63
%56.44

CMYK Percentages of Color #156fab

%88
%35
%0
%33

Triadic Colors of #156fab

#156fab #ab156f #6fab15

Analogous Colors of #156fab

#156fab #1524ab #15ab9c

Monochromatic Colors of #156fab

#156fab

Complementary Color

#156fab #ab5115

#156fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#156fab Color CSS Codes

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

#156fab Text Font Color

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

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


#156fab Background Color

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

This div background color is #156fab


#156fab Border Color

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

This div border color is #156fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,111,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156fab


Comments

No comments written yet.

Please login to write comment.