Color Hex Logo

#aae13d Color Hex

#AAE13D
(170,225,61)
0 Favorites   0 Comments

Color spaces of #aae13d

RGB 17022561
HSL0.220.730.56
HSV80°73°88°
CMYK 0.240.000.73   0.12
XYZ44.345162.733414.1864
Yxy62.73340.36570.5173
Hunter Lab79.2044-38.668944.8236
CIE-Lab83.3019-40.227369.8189

#aae13d color RGB value is (170,225,61).

#aae13d hex color red value is 170, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aae13d hue: 0.22 , saturation: 0.73 and the lightness value of aae13d is 0.56.

The process color (four color CMYK) of #aae13d color hex is 0.24, 0.00, 0.73, 0.12. Web safe color of #aae13d is #99cc33. Color #aae13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 00111101
Octal 252 341 75
Decimal 170 225 61
Hex AA E1 3D

RGB Percentages of Color #aae13d

%37.28
%49.34
%13.38

CMYK Percentages of Color #aae13d

%24
%0
%73
%12

Triadic Colors of #aae13d

#aae13d #3daae1 #e13daa

Analogous Colors of #aae13d

#aae13d #58e13d #e1c63d

Monochromatic Colors of #aae13d

#aae13d

Complementary Color

#aae13d #743de1

#aae13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae13d Color CSS Codes

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

#aae13d Text Font Color

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

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


#aae13d Background Color

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

This div background color is #aae13d


#aae13d Border Color

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

This div border color is #aae13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae13d


Comments

No comments written yet.

Please login to write comment.