Color Hex Logo

#aae93f Color Hex

#AAE93F
(170,233,63)
0 Favorites   0 Comments

Color spaces of #aae93f

RGB 17023363
HSL0.230.790.58
HSV82°73°91°
CMYK 0.270.000.73   0.09
XYZ46.613767.182815.2134
Yxy67.18280.36130.5208
Hunter Lab81.9651-41.925746.3709
CIE-Lab85.5962-43.613171.3846

#aae93f color RGB value is (170,233,63).

#aae93f hex color red value is 170, green value is 233 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aae93f hue: 0.23 , saturation: 0.79 and the lightness value of aae93f is 0.58.

The process color (four color CMYK) of #aae93f color hex is 0.27, 0.00, 0.73, 0.09. Web safe color of #aae93f is #99ff33. Color #aae93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 00111111
Octal 252 351 77
Decimal 170 233 63
Hex AA E9 3F

RGB Percentages of Color #aae93f

%36.48
%50.00
%13.52

CMYK Percentages of Color #aae93f

%27
%0
%73
%9

Triadic Colors of #aae93f

#aae93f #3faae9 #e93faa

Analogous Colors of #aae93f

#aae93f #55e93f #e9d33f

Monochromatic Colors of #aae93f

#aae93f

Complementary Color

#aae93f #7e3fe9

#aae93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae93f Color CSS Codes

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

#aae93f Text Font Color

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

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


#aae93f Background Color

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

This div background color is #aae93f


#aae93f Border Color

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

This div border color is #aae93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae93f


Comments

No comments written yet.

Please login to write comment.