Color Hex Logo

#aae147 Color Hex

#AAE147
(170,225,71)
0 Favorites   0 Comments

Color spaces of #aae147

RGB 17022571
HSL0.230.720.58
HSV81°68°88°
CMYK 0.240.000.68   0.12
XYZ44.640162.851415.7400
Yxy62.85140.36220.5100
Hunter Lab79.2789-38.228843.7238
CIE-Lab83.3641-39.637566.3524

#aae147 color RGB value is (170,225,71).

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

The process color (four color CMYK) of #aae147 color hex is 0.24, 0.00, 0.68, 0.12. Web safe color of #aae147 is #99cc33. Color #aae147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01000111
Octal 252 341 107
Decimal 170 225 71
Hex AA E1 47

RGB Percentages of Color #aae147

%36.48
%48.28
%15.24

CMYK Percentages of Color #aae147

%24
%0
%68
%12

Triadic Colors of #aae147

#aae147 #47aae1 #e147aa

Analogous Colors of #aae147

#aae147 #5de147 #e1cb47

Monochromatic Colors of #aae147

#aae147

Complementary Color

#aae147 #7e47e1

#aae147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae147 Color CSS Codes

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

#aae147 Text Font Color

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

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


#aae147 Background Color

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

This div background color is #aae147


#aae147 Border Color

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

This div border color is #aae147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae147


Comments

No comments written yet.

Please login to write comment.