Color Hex Logo

#aed32a Color Hex

#AED32A
(174,211,42)
0 Favorites   0 Comments

Color spaces of #aed32a

RGB 17421142
HSL0.200.670.50
HSV73°80°83°
CMYK 0.180.000.80   0.17
XYZ41.167755.754410.7824
Yxy55.75440.38220.5177
Hunter Lab74.6689-32.256943.7066
CIE-Lab79.4738-33.219672.0802

#aed32a color RGB value is (174,211,42).

#aed32a hex color red value is 174, green value is 211 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aed32a hue: 0.20 , saturation: 0.67 and the lightness value of aed32a is 0.50.

The process color (four color CMYK) of #aed32a color hex is 0.18, 0.00, 0.80, 0.17. Web safe color of #aed32a is #99cc33. Color #aed32a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00101010
Octal 256 323 52
Decimal 174 211 42
Hex AE D3 2A

RGB Percentages of Color #aed32a

%40.75
%49.41
%9.84

CMYK Percentages of Color #aed32a

%18
%0
%80
%17

Triadic Colors of #aed32a

#aed32a #2aaed3 #d32aae

Analogous Colors of #aed32a

#aed32a #5ad32a #d3a42a

Monochromatic Colors of #aed32a

#aed32a

Complementary Color

#aed32a #4f2ad3

#aed32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed32a Color CSS Codes

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

#aed32a Text Font Color

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

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


#aed32a Background Color

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

This div background color is #aed32a


#aed32a Border Color

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

This div border color is #aed32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed32a


Comments

No comments written yet.

Please login to write comment.