Color Hex Logo

#aae65b Color Hex

#AAE65B
(170,230,91)
0 Favorites   0 Comments

Color spaces of #aae65b

RGB 17023091
HSL0.240.740.63
HSV86°60°90°
CMYK 0.260.000.60   0.10
XYZ46.762765.895020.1519
Yxy65.89500.35210.4962
Hunter Lab81.1757-39.229542.1043
CIE-Lab84.9428-40.377360.0629

#aae65b color RGB value is (170,230,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 01011011
Octal 252 346 133
Decimal 170 230 91
Hex AA E6 5B

RGB Percentages of Color #aae65b

%34.62
%46.84
%18.53

CMYK Percentages of Color #aae65b

%26
%0
%60
%10

Triadic Colors of #aae65b

#aae65b #5baae6 #e65baa

Analogous Colors of #aae65b

#aae65b #65e65b #e6dd5b

Monochromatic Colors of #aae65b

#aae65b

Complementary Color

#aae65b #975be6

#aae65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae65b Color CSS Codes

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

#aae65b Text Font Color

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

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


#aae65b Background Color

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

This div background color is #aae65b


#aae65b Border Color

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

This div border color is #aae65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae65b


Comments

No comments written yet.

Please login to write comment.