Color Hex Logo

#aecd8c Color Hex

#AECD8C
(174,205,140)
0 Favorites   0 Comments

Color spaces of #aecd8c

RGB 174205140
HSL0.250.390.68
HSV89°32°80°
CMYK 0.150.000.32   0.20
XYZ44.020554.554833.0209
Yxy54.55480.33450.4146
Hunter Lab73.8612-22.873025.1963
CIE-Lab78.7841-21.702729.0497

#aecd8c color RGB value is (174,205,140).

#aecd8c hex color red value is 174, green value is 205 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aecd8c hue: 0.25 , saturation: 0.39 and the lightness value of aecd8c is 0.68.

The process color (four color CMYK) of #aecd8c color hex is 0.15, 0.00, 0.32, 0.20. Web safe color of #aecd8c is #99cc99. Color #aecd8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10001100
Octal 256 315 214
Decimal 174 205 140
Hex AE CD 8C

RGB Percentages of Color #aecd8c

%33.53
%39.50
%26.97

CMYK Percentages of Color #aecd8c

%15
%0
%32
%20

Triadic Colors of #aecd8c

#aecd8c #8caecd #cd8cae

Analogous Colors of #aecd8c

#aecd8c #8ecd8c #cdcc8c

Monochromatic Colors of #aecd8c

#aecd8c

Complementary Color

#aecd8c #ab8ccd

#aecd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecd8c Color CSS Codes

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

#aecd8c Text Font Color

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

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


#aecd8c Background Color

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

This div background color is #aecd8c


#aecd8c Border Color

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

This div border color is #aecd8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecd8c


Comments

No comments written yet.

Please login to write comment.