Color Hex Logo

#aede47 Color Hex

#AEDE47
(174,222,71)
0 Favorites   0 Comments

Color spaces of #aede47

RGB 17422271
HSL0.220.700.57
HSV79°68°87°
CMYK 0.220.000.68   0.13
XYZ44.714261.696215.5131
Yxy61.69620.36670.5060
Hunter Lab78.5469-35.842943.2730
CIE-Lab82.7516-36.782365.8031

#aede47 color RGB value is (174,222,71).

#aede47 hex color red value is 174, green value is 222 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aede47 hue: 0.22 , saturation: 0.70 and the lightness value of aede47 is 0.57.

The process color (four color CMYK) of #aede47 color hex is 0.22, 0.00, 0.68, 0.13. Web safe color of #aede47 is #99cc33. Color #aede47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 01000111
Octal 256 336 107
Decimal 174 222 71
Hex AE DE 47

RGB Percentages of Color #aede47

%37.26
%47.54
%15.20

CMYK Percentages of Color #aede47

%22
%0
%68
%13

Triadic Colors of #aede47

#aede47 #47aede #de47ae

Analogous Colors of #aede47

#aede47 #63de47 #dec347

Monochromatic Colors of #aede47

#aede47

Complementary Color

#aede47 #7747de

#aede47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede47 Color CSS Codes

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

#aede47 Text Font Color

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

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


#aede47 Background Color

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

This div background color is #aede47


#aede47 Border Color

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

This div border color is #aede47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,222,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 #aede47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede47


Comments

No comments written yet.

Please login to write comment.