Color Hex Logo

#159cbd Color Hex

#159CBD
(21,156,189)
0 Favorites   0 Comments

Color spaces of #159cbd

RGB 21156189
HSL0.530.800.41
HSV192°89°74°
CMYK 0.890.170.00   0.26
XYZ21.383027.610552.3465
Yxy27.61050.21100.2725
Hunter Lab52.5457-19.3160-22.2833
CIE-Lab59.5352-21.4849-26.4441

#159cbd color RGB value is (21,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011100 10111101
Octal 25 234 275
Decimal 21 156 189
Hex 15 9C BD

RGB Percentages of Color #159cbd

%5.74
%42.62
%51.64

CMYK Percentages of Color #159cbd

%89
%17
%0
%26

Triadic Colors of #159cbd

#159cbd #bd159c #9cbd15

Analogous Colors of #159cbd

#159cbd #1548bd #15bd8a

Monochromatic Colors of #159cbd

#159cbd

Complementary Color

#159cbd #bd3615

#159cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#159cbd Color CSS Codes

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

#159cbd Text Font Color

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

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


#159cbd Background Color

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

This div background color is #159cbd


#159cbd Border Color

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

This div border color is #159cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159cbd


Comments

No comments written yet.

Please login to write comment.