Color Hex Logo

#aed924 Color Hex

#AED924
(174,217,36)
0 Favorites   0 Comments

Color spaces of #aed924

RGB 17421736
HSL0.210.720.50
HSV74°83°85°
CMYK 0.200.000.83   0.15
XYZ42.586958.751810.7647
Yxy58.75180.37990.5241
Hunter Lab76.6497-34.961745.3281
CIE-Lab81.1550-36.167775.0294

#aed924 color RGB value is (174,217,36).

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

The process color (four color CMYK) of #aed924 color hex is 0.20, 0.00, 0.83, 0.15. Web safe color of #aed924 is #99cc33. Color #aed924 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 00100100
Octal 256 331 44
Decimal 174 217 36
Hex AE D9 24

RGB Percentages of Color #aed924

%40.75
%50.82
%8.43

CMYK Percentages of Color #aed924

%20
%0
%83
%15

Triadic Colors of #aed924

#aed924 #24aed9 #d924ae

Analogous Colors of #aed924

#aed924 #54d924 #d9aa24

Monochromatic Colors of #aed924

#aed924

Complementary Color

#aed924 #4f24d9

#aed924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed924 Color CSS Codes

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

#aed924 Text Font Color

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

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


#aed924 Background Color

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

This div background color is #aed924


#aed924 Border Color

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

This div border color is #aed924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed924


Comments

No comments written yet.

Please login to write comment.