Color Hex Logo

#aae95f Color Hex

#AAE95F
(170,233,95)
0 Favorites   0 Comments

Color spaces of #aae95f

RGB 17023395
HSL0.240.760.64
HSV87°59°91°
CMYK 0.270.000.59   0.09
XYZ47.782067.650121.3659
Yxy67.65010.34930.4945
Hunter Lab82.2497-40.239442.1731
CIE-Lab85.8312-41.359059.3503

#aae95f color RGB value is (170,233,95).

#aae95f hex color red value is 170, green value is 233 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aae95f hue: 0.24 , saturation: 0.76 and the lightness value of aae95f is 0.64.

The process color (four color CMYK) of #aae95f color hex is 0.27, 0.00, 0.59, 0.09. Web safe color of #aae95f is #99ff66. Color #aae95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 01011111
Octal 252 351 137
Decimal 170 233 95
Hex AA E9 5F

RGB Percentages of Color #aae95f

%34.14
%46.79
%19.08

CMYK Percentages of Color #aae95f

%27
%0
%59
%9

Triadic Colors of #aae95f

#aae95f #5faae9 #e95faa

Analogous Colors of #aae95f

#aae95f #65e95f #e9e35f

Monochromatic Colors of #aae95f

#aae95f

Complementary Color

#aae95f #9e5fe9

#aae95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae95f Color CSS Codes

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

#aae95f Text Font Color

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

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


#aae95f Background Color

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

This div background color is #aae95f


#aae95f Border Color

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

This div border color is #aae95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae95f


Comments

No comments written yet.

Please login to write comment.