Color Hex Logo

#159fbd Color Hex

#159FBD
(21,159,189)
0 Favorites   0 Comments

Color spaces of #159fbd

RGB 21159189
HSL0.530.800.41
HSV191°89°74°
CMYK 0.890.160.00   0.26
XYZ21.892728.629852.5164
Yxy28.62980.21250.2779
Hunter Lab53.5068-20.6024-20.7378
CIE-Lab60.4535-23.0458-25.0301

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011111 10111101
Octal 25 237 275
Decimal 21 159 189
Hex 15 9F BD

RGB Percentages of Color #159fbd

%5.69
%43.09
%51.22

CMYK Percentages of Color #159fbd

%89
%16
%0
%26

Triadic Colors of #159fbd

#159fbd #bd159f #9fbd15

Analogous Colors of #159fbd

#159fbd #154bbd #15bd87

Monochromatic Colors of #159fbd

#159fbd

Complementary Color

#159fbd #bd3315

#159fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#159fbd Color CSS Codes

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

#159fbd Text Font Color

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

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


#159fbd Background Color

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

This div background color is #159fbd


#159fbd Border Color

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

This div border color is #159fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159fbd


Comments

No comments written yet.

Please login to write comment.