Color Hex Logo

#aae55b Color Hex

#AAE55B
(170,229,91)
0 Favorites   0 Comments

Color spaces of #aae55b

RGB 17022991
HSL0.240.730.63
HSV86°60°90°
CMYK 0.260.000.60   0.10
XYZ46.485265.340020.0594
Yxy65.34000.35250.4954
Hunter Lab80.8332-38.807041.8699
CIE-Lab84.6586-39.934659.7475

#aae55b color RGB value is (170,229,91).

#aae55b hex color red value is 170, green value is 229 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aae55b hue: 0.24 , saturation: 0.73 and the lightness value of aae55b is 0.63.

The process color (four color CMYK) of #aae55b color hex is 0.26, 0.00, 0.60, 0.10. Web safe color of #aae55b is #99cc66. Color #aae55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 01011011
Octal 252 345 133
Decimal 170 229 91
Hex AA E5 5B

RGB Percentages of Color #aae55b

%34.69
%46.73
%18.57

CMYK Percentages of Color #aae55b

%26
%0
%60
%10

Triadic Colors of #aae55b

#aae55b #5baae5 #e55baa

Analogous Colors of #aae55b

#aae55b #65e55b #e5db5b

Monochromatic Colors of #aae55b

#aae55b

Complementary Color

#aae55b #965be5

#aae55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae55b Color CSS Codes

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

#aae55b Text Font Color

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

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


#aae55b Background Color

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

This div background color is #aae55b


#aae55b Border Color

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

This div border color is #aae55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae55b


Comments

No comments written yet.

Please login to write comment.