Color Hex Logo

#8adeaa Color Hex

#8ADEAA
(138,222,170)
0 Favorites   0 Comments

Color spaces of #8adeaa

RGB 138222170
HSL0.400.560.71
HSV143°38°87°
CMYK 0.380.000.23   0.13
XYZ43.858260.548147.4056
Yxy60.54810.28890.3988
Hunter Lab77.8127-35.562718.3478
CIE-Lab82.1352-36.622917.6147

#8adeaa color RGB value is (138,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 10101010
Octal 212 336 252
Decimal 138 222 170
Hex 8A DE AA

RGB Percentages of Color #8adeaa

%26.04
%41.89
%32.08

CMYK Percentages of Color #8adeaa

%38
%0
%23
%13

Triadic Colors of #8adeaa

#8adeaa #aa8ade #deaa8a

Analogous Colors of #8adeaa

#8adeaa #8aded4 #94de8a

Monochromatic Colors of #8adeaa

#8adeaa

Complementary Color

#8adeaa #de8abe

#8adeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adeaa Color CSS Codes

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

#8adeaa Text Font Color

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

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


#8adeaa Background Color

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

This div background color is #8adeaa


#8adeaa Border Color

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

This div border color is #8adeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adeaa


Comments

No comments written yet.

Please login to write comment.