Color Hex Logo

#8ae052 Color Hex

#8AE052
(138,224,82)
0 Favorites   0 Comments

Color spaces of #8ae052

RGB 13822482
HSL0.270.700.60
HSV96°63°88°
CMYK 0.380.000.63   0.12
XYZ38.659959.323817.3957
Yxy59.32380.33510.5142
Hunter Lab77.0219-45.193340.5245
CIE-Lab81.4693-49.663759.5269

#8ae052 color RGB value is (138,224,82).

#8ae052 hex color red value is 138, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #8ae052 hue: 0.27 , saturation: 0.70 and the lightness value of 8ae052 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100000 01010010
Octal 212 340 122
Decimal 138 224 82
Hex 8A E0 52

RGB Percentages of Color #8ae052

%31.08
%50.45
%18.47

CMYK Percentages of Color #8ae052

%38
%0
%63
%12

Triadic Colors of #8ae052

#8ae052 #528ae0 #e0528a

Analogous Colors of #8ae052

#8ae052 #52e061 #d1e052

Monochromatic Colors of #8ae052

#8ae052

Complementary Color

#8ae052 #a852e0

#8ae052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae052 Color CSS Codes

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

#8ae052 Text Font Color

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

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


#8ae052 Background Color

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

This div background color is #8ae052


#8ae052 Border Color

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

This div border color is #8ae052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae052


Comments

No comments written yet.

Please login to write comment.