Color Hex Logo

#aec8a0 Color Hex

#AEC8A0
(174,200,160)
0 Favorites   0 Comments

Color spaces of #aec8a0

RGB 174200160
HSL0.280.270.71
HSV99°20°78°
CMYK 0.130.000.20   0.22
XYZ44.455052.845341.1148
Yxy52.84530.32120.3818
Hunter Lab72.6948-18.057817.3530
CIE-Lab77.7836-16.121317.1376

#aec8a0 color RGB value is (174,200,160).

#aec8a0 hex color red value is 174, green value is 200 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aec8a0 hue: 0.28 , saturation: 0.27 and the lightness value of aec8a0 is 0.71.

The process color (four color CMYK) of #aec8a0 color hex is 0.13, 0.00, 0.20, 0.22. Web safe color of #aec8a0 is #99cc99. Color #aec8a0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 10100000
Octal 256 310 240
Decimal 174 200 160
Hex AE C8 A0

RGB Percentages of Color #aec8a0

%32.58
%37.45
%29.96

CMYK Percentages of Color #aec8a0

%13
%0
%20
%22

Triadic Colors of #aec8a0

#aec8a0 #a0aec8 #c8a0ae

Analogous Colors of #aec8a0

#aec8a0 #a0c8a6 #c2c8a0

Monochromatic Colors of #aec8a0

#aec8a0

Complementary Color

#aec8a0 #baa0c8

#aec8a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec8a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec8a0 Color CSS Codes

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

#aec8a0 Text Font Color

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

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


#aec8a0 Background Color

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

This div background color is #aec8a0


#aec8a0 Border Color

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

This div border color is #aec8a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec8a0


Comments

No comments written yet.

Please login to write comment.