Color Hex Logo

#aae305 Color Hex

#AAE305
(170,227,5)
0 Favorites   0 Comments

Color spaces of #aae305

RGB 1702275
HSL0.210.960.45
HSV75°98°89°
CMYK 0.250.000.98   0.11
XYZ44.074063.495210.0764
Yxy63.49520.37460.5397
Hunter Lab79.6839-40.716548.2812
CIE-Lab83.7022-42.744881.4359

#aae305 color RGB value is (170,227,5).

#aae305 hex color red value is 170, green value is 227 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aae305 hue: 0.21 , saturation: 0.96 and the lightness value of aae305 is 0.45.

The process color (four color CMYK) of #aae305 color hex is 0.25, 0.00, 0.98, 0.11. Web safe color of #aae305 is #99cc00. Color #aae305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 00000101
Octal 252 343 5
Decimal 170 227 5
Hex AA E3 5

RGB Percentages of Color #aae305

%42.29
%56.47
%1.24

CMYK Percentages of Color #aae305

%25
%0
%98
%11

Triadic Colors of #aae305

#aae305 #05aae3 #e305aa

Analogous Colors of #aae305

#aae305 #3be305 #e3ad05

Monochromatic Colors of #aae305

#aae305

Complementary Color

#aae305 #3e05e3

#aae305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae305 Color CSS Codes

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

#aae305 Text Font Color

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

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


#aae305 Background Color

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

This div background color is #aae305


#aae305 Border Color

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

This div border color is #aae305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae305


Comments

No comments written yet.

Please login to write comment.