Color Hex Logo

#aecaac Color Hex

#AECAAC
(174,202,172)
0 Favorites   0 Comments

Color spaces of #aecaac

RGB 174202172
HSL0.320.220.73
HSV116°15°79°
CMYK 0.140.000.15   0.21
XYZ46.022554.218347.0693
Yxy54.21830.31240.3681
Hunter Lab73.6331-17.291013.6425
CIE-Lab78.5889-15.083211.8596

#aecaac color RGB value is (174,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10101100
Octal 256 312 254
Decimal 174 202 172
Hex AE CA AC

RGB Percentages of Color #aecaac

%31.75
%36.86
%31.39

CMYK Percentages of Color #aecaac

%14
%0
%15
%21

Triadic Colors of #aecaac

#aecaac #acaeca #caacae

Analogous Colors of #aecaac

#aecaac #accab9 #bdcaac

Monochromatic Colors of #aecaac

#aecaac

Complementary Color

#aecaac #c8acca

#aecaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaac Color CSS Codes

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

#aecaac Text Font Color

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

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


#aecaac Background Color

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

This div background color is #aecaac


#aecaac Border Color

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

This div border color is #aecaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaac


Comments

No comments written yet.

Please login to write comment.