Color Hex Logo

#aaeb3a Color Hex

#AAEB3A
(170,235,58)
0 Favorites   0 Comments

Color spaces of #aaeb3a

RGB 17023558
HSL0.230.820.57
HSV82°75°92°
CMYK 0.280.000.75   0.08
XYZ47.049668.268214.7003
Yxy68.26820.36190.5251
Hunter Lab82.6246-42.948347.2885
CIE-Lab86.1404-44.733573.5030

#aaeb3a color RGB value is (170,235,58).

#aaeb3a hex color red value is 170, green value is 235 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aaeb3a hue: 0.23 , saturation: 0.82 and the lightness value of aaeb3a is 0.57.

The process color (four color CMYK) of #aaeb3a color hex is 0.28, 0.00, 0.75, 0.08. Web safe color of #aaeb3a is #99ff33. Color #aaeb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 00111010
Octal 252 353 72
Decimal 170 235 58
Hex AA EB 3A

RGB Percentages of Color #aaeb3a

%36.72
%50.76
%12.53

CMYK Percentages of Color #aaeb3a

%28
%0
%75
%8

Triadic Colors of #aaeb3a

#aaeb3a #3aaaeb #eb3aaa

Analogous Colors of #aaeb3a

#aaeb3a #52eb3a #ebd43a

Monochromatic Colors of #aaeb3a

#aaeb3a

Complementary Color

#aaeb3a #7b3aeb

#aaeb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb3a Color CSS Codes

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

#aaeb3a Text Font Color

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

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


#aaeb3a Background Color

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

This div background color is #aaeb3a


#aaeb3a Border Color

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

This div border color is #aaeb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb3a


Comments

No comments written yet.

Please login to write comment.