Color Hex Logo

#aec6aa Color Hex

#AEC6AA
(174,198,170)
0 Favorites   0 Comments

Color spaces of #aec6aa

RGB 174198170
HSL0.310.200.72
HSV111°14°78°
CMYK 0.120.000.14   0.22
XYZ44.905352.289145.7563
Yxy52.28910.31410.3658
Hunter Lab72.3112-15.696013.1010
CIE-Lab77.4534-13.392011.3213

#aec6aa color RGB value is (174,198,170).

#aec6aa hex color red value is 174, green value is 198 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aec6aa hue: 0.31 , saturation: 0.20 and the lightness value of aec6aa is 0.72.

The process color (four color CMYK) of #aec6aa color hex is 0.12, 0.00, 0.14, 0.22. Web safe color of #aec6aa is #99cc99. Color #aec6aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 10101010
Octal 256 306 252
Decimal 174 198 170
Hex AE C6 AA

RGB Percentages of Color #aec6aa

%32.10
%36.53
%31.37

CMYK Percentages of Color #aec6aa

%12
%0
%14
%22

Triadic Colors of #aec6aa

#aec6aa #aaaec6 #c6aaae

Analogous Colors of #aec6aa

#aec6aa #aac6b4 #bcc6aa

Monochromatic Colors of #aec6aa

#aec6aa

Complementary Color

#aec6aa #c2aac6

#aec6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6aa Color CSS Codes

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

#aec6aa Text Font Color

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

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


#aec6aa Background Color

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

This div background color is #aec6aa


#aec6aa Border Color

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

This div border color is #aec6aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,198,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aec6aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aec6aa;
  -webkit-box-shadow: 1px 1px 3px 2px #aec6aa;
  box-shadow:         1px 1px 3px 2px #aec6aa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6aa


Comments

No comments written yet.

Please login to write comment.