Color Hex Logo

#8aceaa Color Hex

#8ACEAA
(138,206,170)
0 Favorites   0 Comments

Color spaces of #8aceaa

RGB 138206170
HSL0.410.410.67
HSV148°33°81°
CMYK 0.330.000.17   0.19
XYZ39.808252.448246.0556
Yxy52.44820.28780.3792
Hunter Lab72.4211-28.619712.9898
CIE-Lab77.5481-29.129911.1586

#8aceaa color RGB value is (138,206,170).

#8aceaa hex color red value is 138, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8aceaa hue: 0.41 , saturation: 0.41 and the lightness value of 8aceaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 10101010
Octal 212 316 252
Decimal 138 206 170
Hex 8A CE AA

RGB Percentages of Color #8aceaa

%26.85
%40.08
%33.07

CMYK Percentages of Color #8aceaa

%33
%0
%17
%19

Triadic Colors of #8aceaa

#8aceaa #aa8ace #ceaa8a

Analogous Colors of #8aceaa

#8aceaa #8acecc #8cce8a

Monochromatic Colors of #8aceaa

#8aceaa

Complementary Color

#8aceaa #ce8aae

#8aceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aceaa Color CSS Codes

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

#8aceaa Text Font Color

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

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


#8aceaa Background Color

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

This div background color is #8aceaa


#8aceaa Border Color

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

This div border color is #8aceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aceaa


Comments

No comments written yet.

Please login to write comment.