Color Hex Logo

#156ccc Color Hex

#156CCC
(21,108,204)
0 Favorites   0 Comments

Color spaces of #156ccc

RGB 21108204
HSL0.590.810.44
HSV211°90°80°
CMYK 0.900.470.00   0.20
XYZ16.570915.244259.1958
Yxy15.24420.18210.1675
Hunter Lab39.04387.4319-62.5611
CIE-Lab45.966912.2239-56.3932

#156ccc color RGB value is (21,108,204).

#156ccc hex color red value is 21, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #156ccc hue: 0.59 , saturation: 0.81 and the lightness value of 156ccc is 0.44.

The process color (four color CMYK) of #156ccc color hex is 0.90, 0.47, 0.00, 0.20. Web safe color of #156ccc is #0066cc. Color #156ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101100 11001100
Octal 25 154 314
Decimal 21 108 204
Hex 15 6C CC

RGB Percentages of Color #156ccc

%6.31
%32.43
%61.26

CMYK Percentages of Color #156ccc

%90
%47
%0
%20

Triadic Colors of #156ccc

#156ccc #cc156c #6ccc15

Analogous Colors of #156ccc

#156ccc #1a15cc #15c8cc

Monochromatic Colors of #156ccc

#156ccc

Complementary Color

#156ccc #cc7515

#156ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#156ccc Color CSS Codes

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

#156ccc Text Font Color

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

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


#156ccc Background Color

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

This div background color is #156ccc


#156ccc Border Color

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

This div border color is #156ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156ccc


Comments

No comments written yet.

Please login to write comment.