Color Hex Logo

#aecbac Color Hex

#AECBAC
(174,203,172)
0 Favorites   0 Comments

Color spaces of #aecbac

RGB 174203172
HSL0.320.230.74
HSV116°15°80°
CMYK 0.140.000.15   0.20
XYZ46.257954.689147.1477
Yxy54.68910.31240.3693
Hunter Lab73.9521-17.762313.9665
CIE-Lab78.8618-15.591612.2464

#aecbac color RGB value is (174,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10101100
Octal 256 313 254
Decimal 174 203 172
Hex AE CB AC

RGB Percentages of Color #aecbac

%31.69
%36.98
%31.33

CMYK Percentages of Color #aecbac

%14
%0
%15
%20

Triadic Colors of #aecbac

#aecbac #acaecb #cbacae

Analogous Colors of #aecbac

#aecbac #accbba #becbac

Monochromatic Colors of #aecbac

#aecbac

Complementary Color

#aecbac #c9accb

#aecbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbac Color CSS Codes

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

#aecbac Text Font Color

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

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


#aecbac Background Color

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

This div background color is #aecbac


#aecbac Border Color

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

This div border color is #aecbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbac


Comments

No comments written yet.

Please login to write comment.