Color Hex Logo

#159dcd Color Hex

#159DCD
(21,157,205)
0 Favorites   0 Comments

Color spaces of #159dcd

RGB 21157205
HSL0.540.810.44
HSV196°90°80°
CMYK 0.900.230.00   0.20
XYZ23.385728.681162.0611
Yxy28.68110.20490.2513
Hunter Lab53.5547-15.7754-31.2190
CIE-Lab60.4991-16.4279-33.9298

#159dcd color RGB value is (21,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011101 11001101
Octal 25 235 315
Decimal 21 157 205
Hex 15 9D CD

RGB Percentages of Color #159dcd

%5.48
%40.99
%53.52

CMYK Percentages of Color #159dcd

%90
%23
%0
%20

Triadic Colors of #159dcd

#159dcd #cd159d #9dcd15

Analogous Colors of #159dcd

#159dcd #1541cd #15cda1

Monochromatic Colors of #159dcd

#159dcd

Complementary Color

#159dcd #cd4515

#159dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#159dcd Color CSS Codes

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

#159dcd Text Font Color

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

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


#159dcd Background Color

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

This div background color is #159dcd


#159dcd Border Color

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

This div border color is #159dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159dcd


Comments

No comments written yet.

Please login to write comment.