Color Hex Logo

#8adeac Color Hex

#8ADEAC
(138,222,172)
0 Favorites   0 Comments

Color spaces of #8adeac

RGB 138222172
HSL0.400.560.71
HSV144°38°87°
CMYK 0.380.000.23   0.13
XYZ44.048960.624448.4098
Yxy60.62440.28770.3960
Hunter Lab77.8617-35.274617.6401
CIE-Lab82.1764-36.241416.6229

#8adeac color RGB value is (138,222,172).

#8adeac hex color red value is 138, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8adeac hue: 0.40 , saturation: 0.56 and the lightness value of 8adeac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 10101100
Octal 212 336 254
Decimal 138 222 172
Hex 8A DE AC

RGB Percentages of Color #8adeac

%25.94
%41.73
%32.33

CMYK Percentages of Color #8adeac

%38
%0
%23
%13

Triadic Colors of #8adeac

#8adeac #ac8ade #deac8a

Analogous Colors of #8adeac

#8adeac #8aded6 #92de8a

Monochromatic Colors of #8adeac

#8adeac

Complementary Color

#8adeac #de8abc

#8adeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adeac Color CSS Codes

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

#8adeac Text Font Color

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

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


#8adeac Background Color

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

This div background color is #8adeac


#8adeac Border Color

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

This div border color is #8adeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adeac


Comments

No comments written yet.

Please login to write comment.