Color Hex Logo

#156cab Color Hex

#156CAB
(21,108,171)
0 Favorites   0 Comments

Color spaces of #156cab

RGB 21108171
HSL0.570.780.38
HSV205°88°67°
CMYK 0.880.370.00   0.33
XYZ13.022513.824840.5102
Yxy13.82480.19330.2052
Hunter Lab37.1817-2.5503-38.5704
CIE-Lab43.9806-0.7733-40.4312

#156cab color RGB value is (21,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101100 10101011
Octal 25 154 253
Decimal 21 108 171
Hex 15 6C AB

RGB Percentages of Color #156cab

%7.00
%36.00
%57.00

CMYK Percentages of Color #156cab

%88
%37
%0
%33

Triadic Colors of #156cab

#156cab #ab156c #6cab15

Analogous Colors of #156cab

#156cab #1521ab #15ab9f

Monochromatic Colors of #156cab

#156cab

Complementary Color

#156cab #ab5415

#156cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#156cab Color CSS Codes

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

#156cab Text Font Color

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

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


#156cab Background Color

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

This div background color is #156cab


#156cab Border Color

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

This div border color is #156cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156cab


Comments

No comments written yet.

Please login to write comment.