Color Hex Logo

#aecd3c Color Hex

#AECD3C
(174,205,60)
0 Favorites   0 Comments

Color spaces of #aecd3c

RGB 17420560
HSL0.200.590.52
HSV73°71°80°
CMYK 0.150.000.71   0.20
XYZ40.102552.987612.3890
Yxy52.98760.38020.5024
Hunter Lab72.7926-29.048840.8639
CIE-Lab77.8677-29.587964.9263

#aecd3c color RGB value is (174,205,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 00111100
Octal 256 315 74
Decimal 174 205 60
Hex AE CD 3C

RGB Percentages of Color #aecd3c

%39.64
%46.70
%13.67

CMYK Percentages of Color #aecd3c

%15
%0
%71
%20

Triadic Colors of #aecd3c

#aecd3c #3caecd #cd3cae

Analogous Colors of #aecd3c

#aecd3c #66cd3c #cda43c

Monochromatic Colors of #aecd3c

#aecd3c

Complementary Color

#aecd3c #5b3ccd

#aecd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecd3c Color CSS Codes

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

#aecd3c Text Font Color

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

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


#aecd3c Background Color

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

This div background color is #aecd3c


#aecd3c Border Color

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

This div border color is #aecd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecd3c


Comments

No comments written yet.

Please login to write comment.