Color Hex Logo

#08b17c Color Hex

#08B17C
(8,177,124)
0 Favorites   0 Comments

Color spaces of #08b17c

RGB 8177124
HSL0.450.910.36
HSV161°95°69°
CMYK 0.950.000.30   0.31
XYZ19.460432.951124.4033
Yxy32.95110.25330.4290
Hunter Lab57.4030-39.941514.9766
CIE-Lab64.1213-50.654316.6542

#08b17c color RGB value is (8,177,124).

#08b17c hex color red value is 8, green value is 177 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #08b17c hue: 0.45 , saturation: 0.91 and the lightness value of 08b17c is 0.36.

The process color (four color CMYK) of #08b17c color hex is 0.95, 0.00, 0.30, 0.31. Web safe color of #08b17c is #009966. Color #08b17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10110001 01111100
Octal 10 261 174
Decimal 8 177 124
Hex 8 B1 7C

RGB Percentages of Color #08b17c

%2.59
%57.28
%40.13

CMYK Percentages of Color #08b17c

%95
%0
%30
%31

Triadic Colors of #08b17c

#08b17c #7c08b1 #b17c08

Analogous Colors of #08b17c

#08b17c #0892b1 #08b128

Monochromatic Colors of #08b17c

#08b17c

Complementary Color

#08b17c #b1083d

#08b17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08b17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08b17c Color CSS Codes

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

#08b17c Text Font Color

<p style="color:#08b17c">Text here</p>

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


#08b17c Background Color

<div style="background-color:#08b17c">
Div content here</div>

This div background color is #08b17c


#08b17c Border Color

<div style="border:3px solid #08b17c">
Div here</div>

This div border color is #08b17c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,177,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08b17c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08b17c;
  -webkit-box-shadow: 1px 1px 3px 2px #08b17c;
  box-shadow:         1px 1px 3px 2px #08b17c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,177,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08b17c


Comments

No comments written yet.

Please login to write comment.