Color Hex Logo

#8fe011 Color Hex

#8FE011
(143,224,17)
0 Favorites   0 Comments

Color spaces of #8fe011

RGB 14322417
HSL0.230.860.47
HSV83°92°88°
CMYK 0.360.000.92   0.12
XYZ38.084559.19149.9481
Yxy59.19140.35520.5520
Hunter Lab76.9359-46.277646.1887
CIE-Lab81.3967-51.198177.8464

#8fe011 color RGB value is (143,224,17).

#8fe011 hex color red value is 143, green value is 224 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #8fe011 hue: 0.23 , saturation: 0.86 and the lightness value of 8fe011 is 0.47.

The process color (four color CMYK) of #8fe011 color hex is 0.36, 0.00, 0.92, 0.12. Web safe color of #8fe011 is #99cc00. Color #8fe011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11100000 00010001
Octal 217 340 21
Decimal 143 224 17
Hex 8F E0 11

RGB Percentages of Color #8fe011

%37.24
%58.33
%4.43

CMYK Percentages of Color #8fe011

%36
%0
%92
%12

Triadic Colors of #8fe011

#8fe011 #118fe0 #e0118f

Analogous Colors of #8fe011

#8fe011 #28e011 #e0ca11

Monochromatic Colors of #8fe011

#8fe011

Complementary Color

#8fe011 #6211e0

#8fe011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fe011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fe011 Color CSS Codes

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

#8fe011 Text Font Color

<p style="color:#8fe011">Text here</p>

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


#8fe011 Background Color

<div style="background-color:#8fe011">
Div content here</div>

This div background color is #8fe011


#8fe011 Border Color

<div style="border:3px solid #8fe011">
Div here</div>

This div border color is #8fe011


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,224,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fe011; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fe011;
  -webkit-box-shadow: 1px 1px 3px 2px #8fe011;
  box-shadow:         1px 1px 3px 2px #8fe011; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,224,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fe011


Comments

No comments written yet.

Please login to write comment.