Color Hex Logo

#aae345 Color Hex

#AAE345
(170,227,69)
0 Favorites   0 Comments

Color spaces of #aae345

RGB 17022769
HSL0.230.740.58
HSV82°70°89°
CMYK 0.250.000.70   0.11
XYZ45.120863.913915.5887
Yxy63.91390.36210.5129
Hunter Lab79.9462-39.162244.4014
CIE-Lab83.9209-40.647467.6498

#aae345 color RGB value is (170,227,69).

#aae345 hex color red value is 170, green value is 227 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aae345 hue: 0.23 , saturation: 0.74 and the lightness value of aae345 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 01000101
Octal 252 343 105
Decimal 170 227 69
Hex AA E3 45

RGB Percentages of Color #aae345

%36.48
%48.71
%14.81

CMYK Percentages of Color #aae345

%25
%0
%70
%11

Triadic Colors of #aae345

#aae345 #45aae3 #e345aa

Analogous Colors of #aae345

#aae345 #5be345 #e3cd45

Monochromatic Colors of #aae345

#aae345

Complementary Color

#aae345 #7e45e3

#aae345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae345 Color CSS Codes

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

#aae345 Text Font Color

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

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


#aae345 Background Color

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

This div background color is #aae345


#aae345 Border Color

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

This div border color is #aae345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae345


Comments

No comments written yet.

Please login to write comment.