Color Hex Logo

#8aaeac Color Hex

#8AAEAC
(138,174,172)
0 Favorites   0 Comments

Color spaces of #8aaeac

RGB 138174172
HSL0.490.180.61
HSV177°21°68°
CMYK 0.210.000.01   0.32
XYZ33.063738.653944.7480
Yxy38.65390.28390.3319
Hunter Lab62.1723-13.87370.8471
CIE-Lab68.4998-12.5757-3.0073

#8aaeac color RGB value is (138,174,172).

#8aaeac hex color red value is 138, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8aaeac hue: 0.49 , saturation: 0.18 and the lightness value of 8aaeac is 0.61.

The process color (four color CMYK) of #8aaeac color hex is 0.21, 0.00, 0.01, 0.32. Web safe color of #8aaeac is #999999. Color #8aaeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 10101100
Octal 212 256 254
Decimal 138 174 172
Hex 8A AE AC

RGB Percentages of Color #8aaeac

%28.51
%35.95
%35.54

CMYK Percentages of Color #8aaeac

%21
%0
%1
%32

Triadic Colors of #8aaeac

#8aaeac #ac8aae #aeac8a

Analogous Colors of #8aaeac

#8aaeac #8a9eae #8aae9a

Monochromatic Colors of #8aaeac

#8aaeac

Complementary Color

#8aaeac #ae8a8c

#8aaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaeac Color CSS Codes

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

#8aaeac Text Font Color

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

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


#8aaeac Background Color

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

This div background color is #8aaeac


#8aaeac Border Color

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

This div border color is #8aaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaeac


Comments

No comments written yet.

Please login to write comment.