Color Hex Logo

#aedf4a Color Hex

#AEDF4A
(174,223,74)
0 Favorites   0 Comments

Color spaces of #aedf4a

RGB 17422374
HSL0.220.700.58
HSV80°67°87°
CMYK 0.220.000.67   0.13
XYZ45.079362.268416.1216
Yxy62.26840.36510.5043
Hunter Lab78.9103-36.120943.1241
CIE-Lab83.0559-37.038664.9795

#aedf4a color RGB value is (174,223,74).

#aedf4a hex color red value is 174, green value is 223 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aedf4a hue: 0.22 , saturation: 0.70 and the lightness value of aedf4a is 0.58.

The process color (four color CMYK) of #aedf4a color hex is 0.22, 0.00, 0.67, 0.13. Web safe color of #aedf4a is #99cc33. Color #aedf4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01001010
Octal 256 337 112
Decimal 174 223 74
Hex AE DF 4A

RGB Percentages of Color #aedf4a

%36.94
%47.35
%15.71

CMYK Percentages of Color #aedf4a

%22
%0
%67
%13

Triadic Colors of #aedf4a

#aedf4a #4aaedf #df4aae

Analogous Colors of #aedf4a

#aedf4a #63df4a #dfc64a

Monochromatic Colors of #aedf4a

#aedf4a

Complementary Color

#aedf4a #7b4adf

#aedf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf4a Color CSS Codes

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

#aedf4a Text Font Color

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

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


#aedf4a Background Color

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

This div background color is #aedf4a


#aedf4a Border Color

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

This div border color is #aedf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf4a


Comments

No comments written yet.

Please login to write comment.