Color Hex Logo

#aae385 Color Hex

#AAE385
(170,227,133)
0 Favorites   0 Comments

Color spaces of #aae385

RGB 170227133
HSL0.270.630.71
HSV96°41°89°
CMYK 0.250.000.41   0.11
XYZ48.280365.177732.2262
Yxy65.17770.33140.4474
Hunter Lab80.7327-34.534532.8460
CIE-Lab84.5752-34.568140.1210

#aae385 color RGB value is (170,227,133).

#aae385 hex color red value is 170, green value is 227 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aae385 hue: 0.27 , saturation: 0.63 and the lightness value of aae385 is 0.71.

The process color (four color CMYK) of #aae385 color hex is 0.25, 0.00, 0.41, 0.11. Web safe color of #aae385 is #99cc99. Color #aae385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10000101
Octal 252 343 205
Decimal 170 227 133
Hex AA E3 85

RGB Percentages of Color #aae385

%32.08
%42.83
%25.09

CMYK Percentages of Color #aae385

%25
%0
%41
%11

Triadic Colors of #aae385

#aae385 #85aae3 #e385aa

Analogous Colors of #aae385

#aae385 #85e38f #d9e385

Monochromatic Colors of #aae385

#aae385

Complementary Color

#aae385 #be85e3

#aae385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae385 Color CSS Codes

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

#aae385 Text Font Color

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

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


#aae385 Background Color

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

This div background color is #aae385


#aae385 Border Color

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

This div border color is #aae385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae385


Comments

No comments written yet.

Please login to write comment.