Color Hex Logo

#08e980 Color Hex

#08E980
(8,233,128)
0 Favorites   0 Comments

Color spaces of #08e980

RGB 8233128
HSL0.420.930.47
HSV152°97°91°
CMYK 0.970.000.45   0.09
XYZ33.135359.888030.2352
Yxy59.88800.26880.4859
Hunter Lab77.3873-58.998731.0066
CIE-Lab81.7773-69.552538.1004

#08e980 color RGB value is (8,233,128).

#08e980 hex color red value is 8, green value is 233 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #08e980 hue: 0.42 , saturation: 0.93 and the lightness value of 08e980 is 0.47.

The process color (four color CMYK) of #08e980 color hex is 0.97, 0.00, 0.45, 0.09. Web safe color of #08e980 is #00ff99. Color #08e980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101001 10000000
Octal 10 351 200
Decimal 8 233 128
Hex 8 E9 80

RGB Percentages of Color #08e980

%2.17
%63.14
%34.69

CMYK Percentages of Color #08e980

%97
%0
%45
%9

Triadic Colors of #08e980

#08e980 #8008e9 #e98008

Analogous Colors of #08e980

#08e980 #08e2e9 #08e910

Monochromatic Colors of #08e980

#08e980

Complementary Color

#08e980 #e90871

#08e980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08e980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#08e980 Color CSS Codes

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

#08e980 Text Font Color

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

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


#08e980 Background Color

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

This div background color is #08e980


#08e980 Border Color

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

This div border color is #08e980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08e980


Comments

No comments written yet.

Please login to write comment.