Color Hex Logo

#159cad Color Hex

#159CAD
(21,156,173)
0 Favorites   0 Comments

Color spaces of #159cad

RGB 21156173
HSL0.520.780.38
HSV187°88°68°
CMYK 0.880.100.00   0.32
XYZ19.740626.953543.6973
Yxy26.95350.21840.2982
Hunter Lab51.9168-22.9823-13.5615
CIE-Lab58.9313-26.8758-18.3318

#159cad color RGB value is (21,156,173).

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

The process color (four color CMYK) of #159cad color hex is 0.88, 0.10, 0.00, 0.32. Web safe color of #159cad is #009999. Color #159cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011100 10101101
Octal 25 234 255
Decimal 21 156 173
Hex 15 9C AD

RGB Percentages of Color #159cad

%6.00
%44.57
%49.43

CMYK Percentages of Color #159cad

%88
%10
%0
%32

Triadic Colors of #159cad

#159cad #ad159c #9cad15

Analogous Colors of #159cad

#159cad #1550ad #15ad72

Monochromatic Colors of #159cad

#159cad

Complementary Color

#159cad #ad2615

#159cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#159cad Color CSS Codes

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

#159cad Text Font Color

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

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


#159cad Background Color

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

This div background color is #159cad


#159cad Border Color

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

This div border color is #159cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159cad


Comments

No comments written yet.

Please login to write comment.