Color Hex Logo

#8ede52 Color Hex

#8EDE52
(142,222,82)
0 Favorites   0 Comments

Color spaces of #8ede52

RGB 14222282
HSL0.260.680.60
HSV94°63°87°
CMYK 0.360.000.63   0.13
XYZ38.799658.602517.2491
Yxy58.60250.33840.5111
Hunter Lab76.5523-43.495940.2271
CIE-Lab81.0726-47.508359.1487

#8ede52 color RGB value is (142,222,82).

#8ede52 hex color red value is 142, green value is 222 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #8ede52 hue: 0.26 , saturation: 0.68 and the lightness value of 8ede52 is 0.60.

The process color (four color CMYK) of #8ede52 color hex is 0.36, 0.00, 0.63, 0.13. Web safe color of #8ede52 is #99cc66. Color #8ede52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 01010010
Octal 216 336 122
Decimal 142 222 82
Hex 8E DE 52

RGB Percentages of Color #8ede52

%31.84
%49.78
%18.39

CMYK Percentages of Color #8ede52

%36
%0
%63
%13

Triadic Colors of #8ede52

#8ede52 #528ede #de528e

Analogous Colors of #8ede52

#8ede52 #52de5c #d4de52

Monochromatic Colors of #8ede52

#8ede52

Complementary Color

#8ede52 #a252de

#8ede52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ede52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ede52 Color CSS Codes

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

#8ede52 Text Font Color

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

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


#8ede52 Background Color

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

This div background color is #8ede52


#8ede52 Border Color

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

This div border color is #8ede52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,222,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ede52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ede52;
  -webkit-box-shadow: 1px 1px 3px 2px #8ede52;
  box-shadow:         1px 1px 3px 2px #8ede52; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,222,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ede52


Comments

No comments written yet.

Please login to write comment.