Color Hex Logo

#aae349 Color Hex

#AAE349
(170,227,73)
0 Favorites   0 Comments

Color spaces of #aae349

RGB 17022773
HSL0.230.730.59
HSV82°68°89°
CMYK 0.250.000.68   0.11
XYZ45.249263.965316.2650
Yxy63.96530.36060.5098
Hunter Lab79.9783-38.972443.9271
CIE-Lab83.9477-40.393166.2043

#aae349 color RGB value is (170,227,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 01001001
Octal 252 343 111
Decimal 170 227 73
Hex AA E3 49

RGB Percentages of Color #aae349

%36.17
%48.30
%15.53

CMYK Percentages of Color #aae349

%25
%0
%68
%11

Triadic Colors of #aae349

#aae349 #49aae3 #e349aa

Analogous Colors of #aae349

#aae349 #5de349 #e3cf49

Monochromatic Colors of #aae349

#aae349

Complementary Color

#aae349 #8249e3

#aae349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae349 Color CSS Codes

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

#aae349 Text Font Color

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

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


#aae349 Background Color

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

This div background color is #aae349


#aae349 Border Color

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

This div border color is #aae349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae349


Comments

No comments written yet.

Please login to write comment.