Color Hex Logo

#aed12a Color Hex

#AED12A
(174,209,42)
0 Favorites   0 Comments

Color spaces of #aed12a

RGB 17420942
HSL0.200.670.49
HSV73°80°82°
CMYK 0.170.000.80   0.18
XYZ40.673954.766810.6178
Yxy54.76680.38350.5164
Hunter Lab74.0046-31.402143.2966
CIE-Lab78.9068-32.293971.5758

#aed12a color RGB value is (174,209,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 00101010
Octal 256 321 52
Decimal 174 209 42
Hex AE D1 2A

RGB Percentages of Color #aed12a

%40.94
%49.18
%9.88

CMYK Percentages of Color #aed12a

%17
%0
%80
%18

Triadic Colors of #aed12a

#aed12a #2aaed1 #d12aae

Analogous Colors of #aed12a

#aed12a #5bd12a #d1a12a

Monochromatic Colors of #aed12a

#aed12a

Complementary Color

#aed12a #4d2ad1

#aed12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed12a Color CSS Codes

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

#aed12a Text Font Color

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

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


#aed12a Background Color

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

This div background color is #aed12a


#aed12a Border Color

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

This div border color is #aed12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed12a


Comments

No comments written yet.

Please login to write comment.