Color Hex Logo

#8ae482 Color Hex

#8AE482
(138,228,130)
0 Favorites   0 Comments

Color spaces of #8ae482

RGB 138228130
HSL0.320.640.70
HSV115°43°89°
CMYK 0.390.000.43   0.11
XYZ42.253962.501830.9561
Yxy62.50180.31140.4605
Hunter Lab79.0581-42.949432.1250
CIE-Lab83.1796-45.894239.4893

#8ae482 color RGB value is (138,228,130).

#8ae482 hex color red value is 138, green value is 228 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #8ae482 hue: 0.32 , saturation: 0.64 and the lightness value of 8ae482 is 0.70.

The process color (four color CMYK) of #8ae482 color hex is 0.39, 0.00, 0.43, 0.11. Web safe color of #8ae482 is #99cc99. Color #8ae482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100100 10000010
Octal 212 344 202
Decimal 138 228 130
Hex 8A E4 82

RGB Percentages of Color #8ae482

%27.82
%45.97
%26.21

CMYK Percentages of Color #8ae482

%39
%0
%43
%11

Triadic Colors of #8ae482

#8ae482 #828ae4 #e4828a

Analogous Colors of #8ae482

#8ae482 #82e4ab #bbe482

Monochromatic Colors of #8ae482

#8ae482

Complementary Color

#8ae482 #dc82e4

#8ae482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae482 Color CSS Codes

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

#8ae482 Text Font Color

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

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


#8ae482 Background Color

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

This div background color is #8ae482


#8ae482 Border Color

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

This div border color is #8ae482


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,228,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae482


Comments

No comments written yet.

Please login to write comment.