Color Hex Logo

#aae930 Color Hex

#AAE930
(170,233,48)
0 Favorites   0 Comments

Color spaces of #aae930

RGB 17023348
HSL0.220.810.55
HSV80°79°91°
CMYK 0.270.000.79   0.09
XYZ46.250067.037313.2982
Yxy67.03730.36540.5296
Hunter Lab81.8763-42.453147.6836
CIE-Lab85.5228-44.324975.8097

#aae930 color RGB value is (170,233,48).

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

The process color (four color CMYK) of #aae930 color hex is 0.27, 0.00, 0.79, 0.09. Web safe color of #aae930 is #99ff33. Color #aae930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 00110000
Octal 252 351 60
Decimal 170 233 48
Hex AA E9 30

RGB Percentages of Color #aae930

%37.69
%51.66
%10.64

CMYK Percentages of Color #aae930

%27
%0
%79
%9

Triadic Colors of #aae930

#aae930 #30aae9 #e930aa

Analogous Colors of #aae930

#aae930 #4ee930 #e9cc30

Monochromatic Colors of #aae930

#aae930

Complementary Color

#aae930 #6f30e9

#aae930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae930 Color CSS Codes

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

#aae930 Text Font Color

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

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


#aae930 Background Color

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

This div background color is #aae930


#aae930 Border Color

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

This div border color is #aae930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae930


Comments

No comments written yet.

Please login to write comment.