Color Hex Logo

#08b07a Color Hex

#08B07A
(8,176,122)
0 Favorites   0 Comments

Color spaces of #08b07a

RGB 8176122
HSL0.450.910.36
HSV161°95°69°
CMYK 0.950.000.31   0.31
XYZ19.138332.507423.6782
Yxy32.50740.25410.4316
Hunter Lab57.0153-39.859715.2878
CIE-Lab63.7600-50.732117.2467

#08b07a color RGB value is (8,176,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10110000 01111010
Octal 10 260 172
Decimal 8 176 122
Hex 8 B0 7A

RGB Percentages of Color #08b07a

%2.61
%57.52
%39.87

CMYK Percentages of Color #08b07a

%95
%0
%31
%31

Triadic Colors of #08b07a

#08b07a #7a08b0 #b07a08

Analogous Colors of #08b07a

#08b07a #0892b0 #08b026

Monochromatic Colors of #08b07a

#08b07a

Complementary Color

#08b07a #b0083e

#08b07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08b07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08b07a Color CSS Codes

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

#08b07a Text Font Color

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

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


#08b07a Background Color

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

This div background color is #08b07a


#08b07a Border Color

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

This div border color is #08b07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08b07a


Comments

No comments written yet.

Please login to write comment.