Color Hex Logo

#aed24f Color Hex

#AED24F
(174,210,79)
0 Favorites   0 Comments

Color spaces of #aed24f

RGB 17421079
HSL0.210.590.57
HSV76°62°82°
CMYK 0.170.000.62   0.18
XYZ41.913455.656415.9308
Yxy55.65640.36930.4904
Hunter Lab74.6032-30.271239.5614
CIE-Lab79.4179-30.707859.1260

#aed24f color RGB value is (174,210,79).

#aed24f hex color red value is 174, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aed24f hue: 0.21 , saturation: 0.59 and the lightness value of aed24f is 0.57.

The process color (four color CMYK) of #aed24f color hex is 0.17, 0.00, 0.62, 0.18. Web safe color of #aed24f is #99cc66. Color #aed24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01001111
Octal 256 322 117
Decimal 174 210 79
Hex AE D2 4F

RGB Percentages of Color #aed24f

%37.58
%45.36
%17.06

CMYK Percentages of Color #aed24f

%17
%0
%62
%18

Triadic Colors of #aed24f

#aed24f #4faed2 #d24fae

Analogous Colors of #aed24f

#aed24f #6dd24f #d2b54f

Monochromatic Colors of #aed24f

#aed24f

Complementary Color

#aed24f #734fd2

#aed24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed24f Color CSS Codes

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

#aed24f Text Font Color

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

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


#aed24f Background Color

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

This div background color is #aed24f


#aed24f Border Color

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

This div border color is #aed24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed24f


Comments

No comments written yet.

Please login to write comment.