Color Hex Logo

#aecca0 Color Hex

#AECCA0
(174,204,160)
0 Favorites   0 Comments

Color spaces of #aecca0

RGB 174204160
HSL0.280.300.71
HSV101°22°80°
CMYK 0.150.000.22   0.20
XYZ45.393654.722541.4277
Yxy54.72250.32070.3866
Hunter Lab73.9747-19.921418.5783
CIE-Lab78.8812-18.139718.6642

#aecca0 color RGB value is (174,204,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10100000
Octal 256 314 240
Decimal 174 204 160
Hex AE CC A0

RGB Percentages of Color #aecca0

%32.34
%37.92
%29.74

CMYK Percentages of Color #aecca0

%15
%0
%22
%20

Triadic Colors of #aecca0

#aecca0 #a0aecc #cca0ae

Analogous Colors of #aecca0

#aecca0 #a0cca8 #c4cca0

Monochromatic Colors of #aecca0

#aecca0

Complementary Color

#aecca0 #bea0cc

#aecca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecca0 Color CSS Codes

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

#aecca0 Text Font Color

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

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


#aecca0 Background Color

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

This div background color is #aecca0


#aecca0 Border Color

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

This div border color is #aecca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecca0


Comments

No comments written yet.

Please login to write comment.