Color Hex Logo

#aec5ac Color Hex

#AEC5AC
(174,197,172)
0 Favorites   0 Comments

Color spaces of #aec5ac

RGB 174197172
HSL0.320.180.72
HSV115°13°77°
CMYK 0.120.000.13   0.23
XYZ44.868251.909746.6845
Yxy51.90970.31280.3618
Hunter Lab72.0484-14.923612.0163
CIE-Lab77.2268-12.52279.9245

#aec5ac color RGB value is (174,197,172).

#aec5ac hex color red value is 174, green value is 197 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aec5ac hue: 0.32 , saturation: 0.18 and the lightness value of aec5ac is 0.72.

The process color (four color CMYK) of #aec5ac color hex is 0.12, 0.00, 0.13, 0.23. Web safe color of #aec5ac is #99cc99. Color #aec5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 10101100
Octal 256 305 254
Decimal 174 197 172
Hex AE C5 AC

RGB Percentages of Color #aec5ac

%32.04
%36.28
%31.68

CMYK Percentages of Color #aec5ac

%12
%0
%13
%23

Triadic Colors of #aec5ac

#aec5ac #acaec5 #c5acae

Analogous Colors of #aec5ac

#aec5ac #acc5b7 #bbc5ac

Monochromatic Colors of #aec5ac

#aec5ac

Complementary Color

#aec5ac #c3acc5

#aec5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec5ac Color CSS Codes

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

#aec5ac Text Font Color

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

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


#aec5ac Background Color

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

This div background color is #aec5ac


#aec5ac Border Color

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

This div border color is #aec5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec5ac


Comments

No comments written yet.

Please login to write comment.