Color Hex Logo

#aedc2d Color Hex

#AEDC2D
(174,220,45)
0 Favorites   0 Comments

Color spaces of #aedc2d

RGB 17422045
HSL0.210.710.52
HSV76°80°86°
CMYK 0.210.000.80   0.14
XYZ43.522460.374511.8422
Yxy60.37450.37600.5216
Hunter Lab77.7010-35.994245.3545
CIE-Lab82.0413-37.206973.5696

#aedc2d color RGB value is (174,220,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00101101
Octal 256 334 55
Decimal 174 220 45
Hex AE DC 2D

RGB Percentages of Color #aedc2d

%39.64
%50.11
%10.25

CMYK Percentages of Color #aedc2d

%21
%0
%80
%14

Triadic Colors of #aedc2d

#aedc2d #2daedc #dc2dae

Analogous Colors of #aedc2d

#aedc2d #56dc2d #dcb32d

Monochromatic Colors of #aedc2d

#aedc2d

Complementary Color

#aedc2d #5b2ddc

#aedc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc2d Color CSS Codes

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

#aedc2d Text Font Color

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

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


#aedc2d Background Color

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

This div background color is #aedc2d


#aedc2d Border Color

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

This div border color is #aedc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc2d


Comments

No comments written yet.

Please login to write comment.