Color Hex Logo

#aae632 Color Hex

#AAE632
(170,230,50)
0 Favorites   0 Comments

Color spaces of #aae632

RGB 17023050
HSL0.220.780.55
HSV80°78°90°
CMYK 0.260.000.78   0.10
XYZ45.450165.370013.2398
Yxy65.37000.36640.5269
Hunter Lab80.8517-41.148346.8872
CIE-Lab84.6740-42.947074.4919

#aae632 color RGB value is (170,230,50).

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

The process color (four color CMYK) of #aae632 color hex is 0.26, 0.00, 0.78, 0.10. Web safe color of #aae632 is #99ff33. Color #aae632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 00110010
Octal 252 346 62
Decimal 170 230 50
Hex AA E6 32

RGB Percentages of Color #aae632

%37.78
%51.11
%11.11

CMYK Percentages of Color #aae632

%26
%0
%78
%10

Triadic Colors of #aae632

#aae632 #32aae6 #e632aa

Analogous Colors of #aae632

#aae632 #50e632 #e6c832

Monochromatic Colors of #aae632

#aae632

Complementary Color

#aae632 #6e32e6

#aae632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae632 Color CSS Codes

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

#aae632 Text Font Color

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

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


#aae632 Background Color

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

This div background color is #aae632


#aae632 Border Color

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

This div border color is #aae632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae632


Comments

No comments written yet.

Please login to write comment.