Color Hex Logo

#08f51f Color Hex

#08F51F
(8,245,31)
0 Favorites   0 Comments

Color spaces of #08f51f

RGB 824531
HSL0.350.940.50
HSV126°97°96°
CMYK 0.970.000.87   0.04
XYZ32.999965.455412.1912
Yxy65.45540.29820.5916
Hunter Lab80.9045-68.775147.6990
CIE-Lab84.7179-82.707477.2555

#08f51f color RGB value is (8,245,31).

#08f51f hex color red value is 8, green value is 245 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #08f51f hue: 0.35 , saturation: 0.94 and the lightness value of 08f51f is 0.50.

The process color (four color CMYK) of #08f51f color hex is 0.97, 0.00, 0.87, 0.04. Web safe color of #08f51f is #00ff33. Color #08f51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11110101 00011111
Octal 10 365 37
Decimal 8 245 31
Hex 8 F5 1F

RGB Percentages of Color #08f51f

%2.82
%86.27
%10.92

CMYK Percentages of Color #08f51f

%97
%0
%87
%4

Triadic Colors of #08f51f

#08f51f #1f08f5 #f51f08

Analogous Colors of #08f51f

#08f51f #08f596 #68f508

Monochromatic Colors of #08f51f

#08f51f

Complementary Color

#08f51f #f508de

#08f51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08f51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08f51f Color CSS Codes

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

#08f51f Text Font Color

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

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


#08f51f Background Color

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

This div background color is #08f51f


#08f51f Border Color

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

This div border color is #08f51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08f51f


Comments

No comments written yet.

Please login to write comment.