Color Hex Logo

#aeccac Color Hex

#AECCAC
(174,204,172)
0 Favorites   0 Comments

Color spaces of #aeccac

RGB 174204172
HSL0.320.240.74
HSV116°16°80°
CMYK 0.150.000.16   0.20
XYZ46.494855.163047.2267
Yxy55.16300.31230.3705
Hunter Lab74.2718-18.233114.2899
CIE-Lab79.1351-16.099012.6330

#aeccac color RGB value is (174,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10101100
Octal 256 314 254
Decimal 174 204 172
Hex AE CC AC

RGB Percentages of Color #aeccac

%31.64
%37.09
%31.27

CMYK Percentages of Color #aeccac

%15
%0
%16
%20

Triadic Colors of #aeccac

#aeccac #acaecc #ccacae

Analogous Colors of #aeccac

#aeccac #acccba #beccac

Monochromatic Colors of #aeccac

#aeccac

Complementary Color

#aeccac #caaccc

#aeccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccac Color CSS Codes

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

#aeccac Text Font Color

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

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


#aeccac Background Color

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

This div background color is #aeccac


#aeccac Border Color

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

This div border color is #aeccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccac


Comments

No comments written yet.

Please login to write comment.