Color Hex Logo

#aae75f Color Hex

#AAE75F
(170,231,95)
0 Favorites   0 Comments

Color spaces of #aae75f

RGB 17023195
HSL0.240.740.64
HSV87°59°91°
CMYK 0.260.000.59   0.09
XYZ47.219066.524121.1782
Yxy66.52410.35000.4931
Hunter Lab81.5623-39.394741.6986
CIE-Lab85.2630-40.477858.7120

#aae75f color RGB value is (170,231,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 01011111
Octal 252 347 137
Decimal 170 231 95
Hex AA E7 5F

RGB Percentages of Color #aae75f

%34.27
%46.57
%19.15

CMYK Percentages of Color #aae75f

%26
%0
%59
%9

Triadic Colors of #aae75f

#aae75f #5faae7 #e75faa

Analogous Colors of #aae75f

#aae75f #66e75f #e7e05f

Monochromatic Colors of #aae75f

#aae75f

Complementary Color

#aae75f #9c5fe7

#aae75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae75f Color CSS Codes

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

#aae75f Text Font Color

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

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


#aae75f Background Color

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

This div background color is #aae75f


#aae75f Border Color

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

This div border color is #aae75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae75f


Comments

No comments written yet.

Please login to write comment.