Color Hex Logo

#159d71 Color Hex

#159D71
(21,157,113)
0 Favorites   0 Comments

Color spaces of #159d71

RGB 21157113
HSL0.450.760.35
HSV161°87°62°
CMYK 0.870.000.28   0.38
XYZ15.346925.465619.7293
Yxy25.46560.25350.4206
Hunter Lab50.4635-34.025812.1443
CIE-Lab57.5263-44.655113.5953

#159d71 color RGB value is (21,157,113).

#159d71 hex color red value is 21, green value is 157 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #159d71 hue: 0.45 , saturation: 0.76 and the lightness value of 159d71 is 0.35.

The process color (four color CMYK) of #159d71 color hex is 0.87, 0.00, 0.28, 0.38. Web safe color of #159d71 is #009966. Color #159d71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011101 01110001
Octal 25 235 161
Decimal 21 157 113
Hex 15 9D 71

RGB Percentages of Color #159d71

%7.22
%53.95
%38.83

CMYK Percentages of Color #159d71

%87
%0
%28
%38

Triadic Colors of #159d71

#159d71 #71159d #9d7115

Analogous Colors of #159d71

#159d71 #15859d #159d2d

Monochromatic Colors of #159d71

#159d71

Complementary Color

#159d71 #9d1541

#159d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#159d71 Color CSS Codes

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

#159d71 Text Font Color

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

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


#159d71 Background Color

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

This div background color is #159d71


#159d71 Border Color

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

This div border color is #159d71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159d71


Comments

No comments written yet.

Please login to write comment.