Color Hex Logo

#aae6ae Color Hex

#AAE6AE
(170,230,174)
0 Favorites   0 Comments

Color spaces of #aae6ae

RGB 170230174
HSL0.340.550.78
HSV124°26°90°
CMYK 0.260.000.24   0.10
XYZ52.514468.195750.4397
Yxy68.19570.30680.3985
Hunter Lab82.5807-31.005221.5926
CIE-Lab86.1042-29.821521.2905

#aae6ae color RGB value is (170,230,174).

#aae6ae hex color red value is 170, green value is 230 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aae6ae hue: 0.34 , saturation: 0.55 and the lightness value of aae6ae is 0.78.

The process color (four color CMYK) of #aae6ae color hex is 0.26, 0.00, 0.24, 0.10. Web safe color of #aae6ae is #99ff99. Color #aae6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 10101110
Octal 252 346 256
Decimal 170 230 174
Hex AA E6 AE

RGB Percentages of Color #aae6ae

%29.62
%40.07
%30.31

CMYK Percentages of Color #aae6ae

%26
%0
%24
%10

Triadic Colors of #aae6ae

#aae6ae #aeaae6 #e6aeaa

Analogous Colors of #aae6ae

#aae6ae #aae6cc #c4e6aa

Monochromatic Colors of #aae6ae

#aae6ae

Complementary Color

#aae6ae #e6aae2

#aae6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae6ae Color CSS Codes

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

#aae6ae Text Font Color

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

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


#aae6ae Background Color

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

This div background color is #aae6ae


#aae6ae Border Color

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

This div border color is #aae6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae6ae


Comments

No comments written yet.

Please login to write comment.