Color Hex Logo

#aecca4 Color Hex

#AECCA4
(174,204,164)
0 Favorites   0 Comments

Color spaces of #aecca4

RGB 174204164
HSL0.290.280.72
HSV105°20°80°
CMYK 0.150.000.20   0.20
XYZ45.749354.864743.3007
Yxy54.86470.31790.3812
Hunter Lab74.0707-19.374417.1894
CIE-Lab78.9633-17.475516.6538

#aecca4 color RGB value is (174,204,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10100100
Octal 256 314 244
Decimal 174 204 164
Hex AE CC A4

RGB Percentages of Color #aecca4

%32.10
%37.64
%30.26

CMYK Percentages of Color #aecca4

%15
%0
%20
%20

Triadic Colors of #aecca4

#aecca4 #a4aecc #cca4ae

Analogous Colors of #aecca4

#aecca4 #a4ccae #c2cca4

Monochromatic Colors of #aecca4

#aecca4

Complementary Color

#aecca4 #c2a4cc

#aecca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecca4 Color CSS Codes

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

#aecca4 Text Font Color

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

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


#aecca4 Background Color

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

This div background color is #aecca4


#aecca4 Border Color

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

This div border color is #aecca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecca4


Comments

No comments written yet.

Please login to write comment.