Color Hex Logo

#aed02a Color Hex

#AED02A
(174,208,42)
0 Favorites   0 Comments

Color spaces of #aed02a

RGB 17420842
HSL0.200.660.49
HSV72°80°82°
CMYK 0.160.000.80   0.18
XYZ40.429454.277610.5363
Yxy54.27760.38420.5157
Hunter Lab73.6733-30.973743.0920
CIE-Lab78.6233-31.828771.3232

#aed02a color RGB value is (174,208,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00101010
Octal 256 320 52
Decimal 174 208 42
Hex AE D0 2A

RGB Percentages of Color #aed02a

%41.04
%49.06
%9.91

CMYK Percentages of Color #aed02a

%16
%0
%80
%18

Triadic Colors of #aed02a

#aed02a #2aaed0 #d02aae

Analogous Colors of #aed02a

#aed02a #5bd02a #d09f2a

Monochromatic Colors of #aed02a

#aed02a

Complementary Color

#aed02a #4c2ad0

#aed02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed02a Color CSS Codes

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

#aed02a Text Font Color

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

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


#aed02a Background Color

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

This div background color is #aed02a


#aed02a Border Color

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

This div border color is #aed02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed02a


Comments

No comments written yet.

Please login to write comment.