Color Hex Logo

#aedc24 Color Hex

#AEDC24
(174,220,36)
0 Favorites   0 Comments

Color spaces of #aedc24

RGB 17422036
HSL0.210.720.50
HSV75°84°86°
CMYK 0.210.000.84   0.14
XYZ43.367260.312411.0248
Yxy60.31240.37810.5258
Hunter Lab77.6611-36.229545.9459
CIE-Lab82.0077-37.520675.7607

#aedc24 color RGB value is (174,220,36).

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

The process color (four color CMYK) of #aedc24 color hex is 0.21, 0.00, 0.84, 0.14. Web safe color of #aedc24 is #99cc33. Color #aedc24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00100100
Octal 256 334 44
Decimal 174 220 36
Hex AE DC 24

RGB Percentages of Color #aedc24

%40.47
%51.16
%8.37

CMYK Percentages of Color #aedc24

%21
%0
%84
%14

Triadic Colors of #aedc24

#aedc24 #24aedc #dc24ae

Analogous Colors of #aedc24

#aedc24 #52dc24 #dcae24

Monochromatic Colors of #aedc24

#aedc24

Complementary Color

#aedc24 #5224dc

#aedc24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc24 Color CSS Codes

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

#aedc24 Text Font Color

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

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


#aedc24 Background Color

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

This div background color is #aedc24


#aedc24 Border Color

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

This div border color is #aedc24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc24


Comments

No comments written yet.

Please login to write comment.