Color Hex Logo

#159ccc Color Hex

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

Color spaces of #159ccc

RGB 21156204
HSL0.540.810.44
HSV196°90°80°
CMYK 0.900.240.00   0.20
XYZ23.096828.296061.3711
Yxy28.29600.20480.2509
Hunter Lab53.1940-15.5849-31.1684
CIE-Lab60.1552-16.2410-33.9060

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011100 11001100
Octal 25 234 314
Decimal 21 156 204
Hex 15 9C CC

RGB Percentages of Color #159ccc

%5.51
%40.94
%53.54

CMYK Percentages of Color #159ccc

%90
%24
%0
%20

Triadic Colors of #159ccc

#159ccc #cc159c #9ccc15

Analogous Colors of #159ccc

#159ccc #1541cc #15cca1

Monochromatic Colors of #159ccc

#159ccc

Complementary Color

#159ccc #cc4515

#159ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#159ccc Color CSS Codes

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

#159ccc Text Font Color

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

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


#159ccc Background Color

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

This div background color is #159ccc


#159ccc Border Color

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

This div border color is #159ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159ccc


Comments

No comments written yet.

Please login to write comment.