Color Hex Logo

#aecd6a Color Hex

#AECD6A
(174,205,106)
0 Favorites   0 Comments

Color spaces of #aecd6a

RGB 174205106
HSL0.220.500.61
HSV79°48°80°
CMYK 0.150.000.48   0.20
XYZ41.888453.701921.7934
Yxy53.70190.35690.4575
Hunter Lab73.2816-26.210633.6647
CIE-Lab78.2876-25.911645.5740

#aecd6a color RGB value is (174,205,106).

#aecd6a hex color red value is 174, green value is 205 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aecd6a hue: 0.22 , saturation: 0.50 and the lightness value of aecd6a is 0.61.

The process color (four color CMYK) of #aecd6a color hex is 0.15, 0.00, 0.48, 0.20. Web safe color of #aecd6a is #99cc66. Color #aecd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 01101010
Octal 256 315 152
Decimal 174 205 106
Hex AE CD 6A

RGB Percentages of Color #aecd6a

%35.88
%42.27
%21.86

CMYK Percentages of Color #aecd6a

%15
%0
%48
%20

Triadic Colors of #aecd6a

#aecd6a #6aaecd #cd6aae

Analogous Colors of #aecd6a

#aecd6a #7dcd6a #cdbb6a

Monochromatic Colors of #aecd6a

#aecd6a

Complementary Color

#aecd6a #896acd

#aecd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecd6a Color CSS Codes

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

#aecd6a Text Font Color

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

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


#aecd6a Background Color

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

This div background color is #aecd6a


#aecd6a Border Color

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

This div border color is #aecd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecd6a


Comments

No comments written yet.

Please login to write comment.