Color Hex Logo

#8ed452 Color Hex

#8ED452
(142,212,82)
0 Favorites   0 Comments

Color spaces of #8ed452

RGB 14221282
HSL0.260.600.58
HSV92°61°83°
CMYK 0.330.000.61   0.17
XYZ36.221853.446916.3898
Yxy53.44690.34150.5039
Hunter Lab73.1074-39.498337.8831
CIE-Lab78.1381-43.262855.9170

#8ed452 color RGB value is (142,212,82).

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

The process color (four color CMYK) of #8ed452 color hex is 0.33, 0.00, 0.61, 0.17. Web safe color of #8ed452 is #99cc66. Color #8ed452 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010100 01010010
Octal 216 324 122
Decimal 142 212 82
Hex 8E D4 52

RGB Percentages of Color #8ed452

%32.57
%48.62
%18.81

CMYK Percentages of Color #8ed452

%33
%0
%61
%17

Triadic Colors of #8ed452

#8ed452 #528ed4 #d4528e

Analogous Colors of #8ed452

#8ed452 #52d457 #cfd452

Monochromatic Colors of #8ed452

#8ed452

Complementary Color

#8ed452 #9852d4

#8ed452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed452 Color CSS Codes

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

#8ed452 Text Font Color

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

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


#8ed452 Background Color

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

This div background color is #8ed452


#8ed452 Border Color

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

This div border color is #8ed452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed452


Comments

No comments written yet.

Please login to write comment.