Color Hex Logo

#aedd2f Color Hex

#AEDD2F
(174,221,47)
0 Favorites   0 Comments

Color spaces of #aedd2f

RGB 17422147
HSL0.210.720.53
HSV76°79°87°
CMYK 0.210.000.79   0.13
XYZ43.825160.916812.1376
Yxy60.91680.37500.5212
Hunter Lab78.0492-36.357345.4141
CIE-Lab82.3340-37.577073.2869

#aedd2f color RGB value is (174,221,47).

#aedd2f hex color red value is 174, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aedd2f hue: 0.21 , saturation: 0.72 and the lightness value of aedd2f is 0.53.

The process color (four color CMYK) of #aedd2f color hex is 0.21, 0.00, 0.79, 0.13. Web safe color of #aedd2f is #99cc33. Color #aedd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00101111
Octal 256 335 57
Decimal 174 221 47
Hex AE DD 2F

RGB Percentages of Color #aedd2f

%39.37
%50.00
%10.63

CMYK Percentages of Color #aedd2f

%21
%0
%79
%13

Triadic Colors of #aedd2f

#aedd2f #2faedd #dd2fae

Analogous Colors of #aedd2f

#aedd2f #57dd2f #ddb52f

Monochromatic Colors of #aedd2f

#aedd2f

Complementary Color

#aedd2f #5e2fdd

#aedd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd2f Color CSS Codes

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

#aedd2f Text Font Color

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

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


#aedd2f Background Color

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

This div background color is #aedd2f


#aedd2f Border Color

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

This div border color is #aedd2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,221,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd2f


Comments

No comments written yet.

Please login to write comment.