Color Hex Logo

#8ad28a Color Hex

#8AD28A
(138,210,138)
0 Favorites   0 Comments

Color spaces of #8ad28a

RGB 138210138
HSL0.330.440.68
HSV120°34°82°
CMYK 0.340.000.34   0.18
XYZ38.115353.331432.3299
Yxy53.33140.30790.4309
Hunter Lab73.0284-34.636124.8720
CIE-Lab78.0703-36.760728.7628

#8ad28a color RGB value is (138,210,138).

#8ad28a hex color red value is 138, green value is 210 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8ad28a hue: 0.33 , saturation: 0.44 and the lightness value of 8ad28a is 0.68.

The process color (four color CMYK) of #8ad28a color hex is 0.34, 0.00, 0.34, 0.18. Web safe color of #8ad28a is #99cc99. Color #8ad28a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010010 10001010
Octal 212 322 212
Decimal 138 210 138
Hex 8A D2 8A

RGB Percentages of Color #8ad28a

%28.40
%43.21
%28.40

CMYK Percentages of Color #8ad28a

%34
%0
%34
%18

Triadic Colors of #8ad28a

#8ad28a #8a8ad2 #d28a8a

Analogous Colors of #8ad28a

#8ad28a #8ad2ae #aed28a

Monochromatic Colors of #8ad28a

#8ad28a

Complementary Color

#8ad28a #d28ad2

#8ad28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad28a Color CSS Codes

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

#8ad28a Text Font Color

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

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


#8ad28a Background Color

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

This div background color is #8ad28a


#8ad28a Border Color

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

This div border color is #8ad28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad28a


Comments

No comments written yet.

Please login to write comment.