Color Hex Logo

#aedc20 Color Hex

#AEDC20
(174,220,32)
0 Favorites   0 Comments

Color spaces of #aedc20

RGB 17422032
HSL0.210.750.49
HSV75°85°86°
CMYK 0.210.000.85   0.14
XYZ43.309560.289410.7209
Yxy60.28940.37880.5274
Hunter Lab77.6462-36.317346.1660
CIE-Lab81.9952-37.637776.6037

#aedc20 color RGB value is (174,220,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00100000
Octal 256 334 40
Decimal 174 220 32
Hex AE DC 20

RGB Percentages of Color #aedc20

%40.85
%51.64
%7.51

CMYK Percentages of Color #aedc20

%21
%0
%85
%14

Triadic Colors of #aedc20

#aedc20 #20aedc #dc20ae

Analogous Colors of #aedc20

#aedc20 #50dc20 #dcac20

Monochromatic Colors of #aedc20

#aedc20

Complementary Color

#aedc20 #4e20dc

#aedc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc20 Color CSS Codes

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

#aedc20 Text Font Color

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

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


#aedc20 Background Color

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

This div background color is #aedc20


#aedc20 Border Color

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

This div border color is #aedc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc20


Comments

No comments written yet.

Please login to write comment.