Color Hex Logo

#aed94a Color Hex

#AED94A
(174,217,74)
0 Favorites   0 Comments

Color spaces of #aed94a

RGB 17421774
HSL0.220.650.57
HSV78°66°85°
CMYK 0.200.000.66   0.15
XYZ43.504459.118815.5967
Yxy59.11880.36800.5001
Hunter Lab76.8888-33.558341.7953
CIE-Lab81.3569-34.309763.2111

#aed94a color RGB value is (174,217,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01001010
Octal 256 331 112
Decimal 174 217 74
Hex AE D9 4A

RGB Percentages of Color #aed94a

%37.42
%46.67
%15.91

CMYK Percentages of Color #aed94a

%20
%0
%66
%15

Triadic Colors of #aed94a

#aed94a #4aaed9 #d94aae

Analogous Colors of #aed94a

#aed94a #67d94a #d9bd4a

Monochromatic Colors of #aed94a

#aed94a

Complementary Color

#aed94a #754ad9

#aed94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed94a Color CSS Codes

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

#aed94a Text Font Color

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

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


#aed94a Background Color

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

This div background color is #aed94a


#aed94a Border Color

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

This div border color is #aed94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed94a


Comments

No comments written yet.

Please login to write comment.