Color Hex Logo

#8ad38e Color Hex

#8AD38E
(138,211,142)
0 Favorites   0 Comments

Color spaces of #8ad38e

RGB 138211142
HSL0.340.450.68
HSV123°35°83°
CMYK 0.350.000.33   0.17
XYZ38.658053.944833.9661
Yxy53.94480.30540.4262
Hunter Lab73.4471-34.581223.9939
CIE-Lab78.4295-36.567627.1683

#8ad38e color RGB value is (138,211,142).

#8ad38e hex color red value is 138, green value is 211 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8ad38e hue: 0.34 , saturation: 0.45 and the lightness value of 8ad38e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010011 10001110
Octal 212 323 216
Decimal 138 211 142
Hex 8A D3 8E

RGB Percentages of Color #8ad38e

%28.11
%42.97
%28.92

CMYK Percentages of Color #8ad38e

%35
%0
%33
%17

Triadic Colors of #8ad38e

#8ad38e #8e8ad3 #d38e8a

Analogous Colors of #8ad38e

#8ad38e #8ad3b3 #abd38a

Monochromatic Colors of #8ad38e

#8ad38e

Complementary Color

#8ad38e #d38acf

#8ad38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad38e Color CSS Codes

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

#8ad38e Text Font Color

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

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


#8ad38e Background Color

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

This div background color is #8ad38e


#8ad38e Border Color

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

This div border color is #8ad38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad38e


Comments

No comments written yet.

Please login to write comment.