Color Hex Logo

#aae332 Color Hex

#AAE332
(170,227,50)
0 Favorites   0 Comments

Color spaces of #aae332

RGB 17022750
HSL0.220.760.54
HSV79°78°89°
CMYK 0.250.000.78   0.11
XYZ44.622463.714512.9639
Yxy63.71450.36790.5253
Hunter Lab79.8214-39.900846.2456
CIE-Lab83.8169-41.640573.7071

#aae332 color RGB value is (170,227,50).

#aae332 hex color red value is 170, green value is 227 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aae332 hue: 0.22 , saturation: 0.76 and the lightness value of aae332 is 0.54.

The process color (four color CMYK) of #aae332 color hex is 0.25, 0.00, 0.78, 0.11. Web safe color of #aae332 is #99cc33. Color #aae332 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 00110010
Octal 252 343 62
Decimal 170 227 50
Hex AA E3 32

RGB Percentages of Color #aae332

%38.03
%50.78
%11.19

CMYK Percentages of Color #aae332

%25
%0
%78
%11

Triadic Colors of #aae332

#aae332 #32aae3 #e332aa

Analogous Colors of #aae332

#aae332 #52e332 #e3c432

Monochromatic Colors of #aae332

#aae332

Complementary Color

#aae332 #6b32e3

#aae332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae332 Color CSS Codes

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

#aae332 Text Font Color

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

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


#aae332 Background Color

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

This div background color is #aae332


#aae332 Border Color

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

This div border color is #aae332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae332


Comments

No comments written yet.

Please login to write comment.