Color Hex Logo

#aed42a Color Hex

#AED42A
(174,212,42)
0 Favorites   0 Comments

Color spaces of #aed42a

RGB 17421242
HSL0.200.670.50
HSV73°80°83°
CMYK 0.180.000.80   0.17
XYZ41.417056.252810.8655
Yxy56.25280.38160.5183
Hunter Lab75.0019-32.683343.9120
CIE-Lab79.7575-33.680172.3322

#aed42a color RGB value is (174,212,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 00101010
Octal 256 324 52
Decimal 174 212 42
Hex AE D4 2A

RGB Percentages of Color #aed42a

%40.65
%49.53
%9.81

CMYK Percentages of Color #aed42a

%18
%0
%80
%17

Triadic Colors of #aed42a

#aed42a #2aaed4 #d42aae

Analogous Colors of #aed42a

#aed42a #59d42a #d4a52a

Monochromatic Colors of #aed42a

#aed42a

Complementary Color

#aed42a #502ad4

#aed42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed42a Color CSS Codes

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

#aed42a Text Font Color

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

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


#aed42a Background Color

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

This div background color is #aed42a


#aed42a Border Color

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

This div border color is #aed42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed42a


Comments

No comments written yet.

Please login to write comment.