Color Hex Logo

#08bf7a Color Hex

#08BF7A
(8,191,122)
0 Favorites   0 Comments

Color spaces of #08bf7a

RGB 8191122
HSL0.440.920.39
HSV157°96°75°
CMYK 0.960.000.36   0.25
XYZ22.243838.718424.7134
Yxy38.71840.25960.4519
Hunter Lab62.2241-45.082220.0088
CIE-Lab68.5468-56.300923.7719

#08bf7a color RGB value is (8,191,122).

#08bf7a hex color red value is 8, green value is 191 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #08bf7a hue: 0.44 , saturation: 0.92 and the lightness value of 08bf7a is 0.39.

The process color (four color CMYK) of #08bf7a color hex is 0.96, 0.00, 0.36, 0.25. Web safe color of #08bf7a is #00cc66. Color #08bf7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111111 01111010
Octal 10 277 172
Decimal 8 191 122
Hex 8 BF 7A

RGB Percentages of Color #08bf7a

%2.49
%59.50
%38.01

CMYK Percentages of Color #08bf7a

%96
%0
%36
%25

Triadic Colors of #08bf7a

#08bf7a #7a08bf #bf7a08

Analogous Colors of #08bf7a

#08bf7a #08a9bf #08bf1f

Monochromatic Colors of #08bf7a

#08bf7a

Complementary Color

#08bf7a #bf084d

#08bf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08bf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08bf7a Color CSS Codes

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

#08bf7a Text Font Color

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

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


#08bf7a Background Color

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

This div background color is #08bf7a


#08bf7a Border Color

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

This div border color is #08bf7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,191,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 #08bf7a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08bf7a


Comments

No comments written yet.

Please login to write comment.