Color Hex Logo

#8aecaa Color Hex

#8AECAA
(138,236,170)
0 Favorites   0 Comments

Color spaces of #8aecaa

RGB 138236170
HSL0.390.720.73
HSV140°42°93°
CMYK 0.420.000.28   0.07
XYZ47.732468.296548.6970
Yxy68.29650.28980.4146
Hunter Lab82.6417-41.524522.9123
CIE-Lab86.1545-42.890223.1804

#8aecaa color RGB value is (138,236,170).

#8aecaa hex color red value is 138, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8aecaa hue: 0.39 , saturation: 0.72 and the lightness value of 8aecaa is 0.73.

The process color (four color CMYK) of #8aecaa color hex is 0.42, 0.00, 0.28, 0.07. Web safe color of #8aecaa is #99ff99. Color #8aecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 10101010
Octal 212 354 252
Decimal 138 236 170
Hex 8A EC AA

RGB Percentages of Color #8aecaa

%25.37
%43.38
%31.25

CMYK Percentages of Color #8aecaa

%42
%0
%28
%7

Triadic Colors of #8aecaa

#8aecaa #aa8aec #ecaa8a

Analogous Colors of #8aecaa

#8aecaa #8aecdb #9bec8a

Monochromatic Colors of #8aecaa

#8aecaa

Complementary Color

#8aecaa #ec8acc

#8aecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aecaa Color CSS Codes

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

#8aecaa Text Font Color

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

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


#8aecaa Background Color

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

This div background color is #8aecaa


#8aecaa Border Color

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

This div border color is #8aecaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,236,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 #8aecaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aecaa


Comments

No comments written yet.

Please login to write comment.