Color Hex Logo

#aecd2a Color Hex

#AECD2A
(174,205,42)
0 Favorites   0 Comments

Color spaces of #aecd2a

RGB 17420542
HSL0.200.660.48
HSV71°80°80°
CMYK 0.150.000.80   0.20
XYZ39.704852.828510.2947
Yxy52.82850.38610.5138
Hunter Lab72.6832-29.686142.4805
CIE-Lab77.7736-30.426370.5655

#aecd2a color RGB value is (174,205,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 00101010
Octal 256 315 52
Decimal 174 205 42
Hex AE CD 2A

RGB Percentages of Color #aecd2a

%41.33
%48.69
%9.98

CMYK Percentages of Color #aecd2a

%15
%0
%80
%20

Triadic Colors of #aecd2a

#aecd2a #2aaecd #cd2aae

Analogous Colors of #aecd2a

#aecd2a #5dcd2a #cd9b2a

Monochromatic Colors of #aecd2a

#aecd2a

Complementary Color

#aecd2a #492acd

#aecd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecd2a Color CSS Codes

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

#aecd2a Text Font Color

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

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


#aecd2a Background Color

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

This div background color is #aecd2a


#aecd2a Border Color

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

This div border color is #aecd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecd2a


Comments

No comments written yet.

Please login to write comment.