Color Hex Logo

#159dbd Color Hex

#159DBD
(21,157,189)
0 Favorites   0 Comments

Color spaces of #159dbd

RGB 21157189
HSL0.530.800.41
HSV191°89°74°
CMYK 0.890.170.00   0.26
XYZ21.551527.947552.4026
Yxy27.94750.21150.2743
Hunter Lab52.8654-19.7458-21.7652
CIE-Lab59.8413-22.0075-25.9723

#159dbd color RGB value is (21,157,189).

#159dbd hex color red value is 21, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #159dbd hue: 0.53 , saturation: 0.80 and the lightness value of 159dbd is 0.41.

The process color (four color CMYK) of #159dbd color hex is 0.89, 0.17, 0.00, 0.26. Web safe color of #159dbd is #0099cc. Color #159dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011101 10111101
Octal 25 235 275
Decimal 21 157 189
Hex 15 9D BD

RGB Percentages of Color #159dbd

%5.72
%42.78
%51.50

CMYK Percentages of Color #159dbd

%89
%17
%0
%26

Triadic Colors of #159dbd

#159dbd #bd159d #9dbd15

Analogous Colors of #159dbd

#159dbd #1549bd #15bd89

Monochromatic Colors of #159dbd

#159dbd

Complementary Color

#159dbd #bd3515

#159dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#159dbd Color CSS Codes

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

#159dbd Text Font Color

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

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


#159dbd Background Color

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

This div background color is #159dbd


#159dbd Border Color

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

This div border color is #159dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159dbd


Comments

No comments written yet.

Please login to write comment.