Color Hex Logo

#8ade4e Color Hex

#8ADE4E
(138,222,78)
0 Favorites   0 Comments

Color spaces of #8ade4e

RGB 13822278
HSL0.260.690.59
HSV95°65°87°
CMYK 0.380.000.65   0.13
XYZ37.977758.195916.4390
Yxy58.19590.33720.5168
Hunter Lab76.2862-44.638040.6239
CIE-Lab80.8476-49.176160.4821

#8ade4e color RGB value is (138,222,78).

#8ade4e hex color red value is 138, green value is 222 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8ade4e hue: 0.26 , saturation: 0.69 and the lightness value of 8ade4e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 01001110
Octal 212 336 116
Decimal 138 222 78
Hex 8A DE 4E

RGB Percentages of Color #8ade4e

%31.51
%50.68
%17.81

CMYK Percentages of Color #8ade4e

%38
%0
%65
%13

Triadic Colors of #8ade4e

#8ade4e #4e8ade #de4e8a

Analogous Colors of #8ade4e

#8ade4e #4ede5a #d2de4e

Monochromatic Colors of #8ade4e

#8ade4e

Complementary Color

#8ade4e #a24ede

#8ade4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ade4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ade4e Color CSS Codes

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

#8ade4e Text Font Color

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

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


#8ade4e Background Color

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

This div background color is #8ade4e


#8ade4e Border Color

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

This div border color is #8ade4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ade4e


Comments

No comments written yet.

Please login to write comment.