Color Hex Logo

#159cbe Color Hex

#159CBE
(21,156,190)
0 Favorites   0 Comments

Color spaces of #159cbe

RGB 21156190
HSL0.530.800.41
HSV192°89°75°
CMYK 0.890.180.00   0.25
XYZ21.492027.654152.9202
Yxy27.65410.21060.2709
Hunter Lab52.5872-19.0759-22.8545
CIE-Lab59.5749-21.1403-26.9459

#159cbe color RGB value is (21,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011100 10111110
Octal 25 234 276
Decimal 21 156 190
Hex 15 9C BE

RGB Percentages of Color #159cbe

%5.72
%42.51
%51.77

CMYK Percentages of Color #159cbe

%89
%18
%0
%25

Triadic Colors of #159cbe

#159cbe #be159c #9cbe15

Analogous Colors of #159cbe

#159cbe #1548be #15be8c

Monochromatic Colors of #159cbe

#159cbe

Complementary Color

#159cbe #be3715

#159cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#159cbe Color CSS Codes

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

#159cbe Text Font Color

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

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


#159cbe Background Color

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

This div background color is #159cbe


#159cbe Border Color

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

This div border color is #159cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159cbe


Comments

No comments written yet.

Please login to write comment.