Color Hex Logo

#ccaeac Color Hex

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

Color spaces of #ccaeac

RGB 204174172
HSL0.010.240.74
HSV16°80°
CMYK 0.000.150.16   0.20
XYZ47.484346.088045.4229
Yxy46.08800.34160.3316
Hunter Lab67.88816.04747.8517
CIE-Lab73.602610.52305.0468

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

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

The process color (four color CMYK) of #ccaeac color hex is 0.00, 0.15, 0.16, 0.20. Web safe color of #ccaeac is #cc9999. Color #ccaeac contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ccaeac

%37.09
%31.64
%31.27

CMYK Percentages of Color #ccaeac

%0
%15
%16
%20

Triadic Colors of #ccaeac

#ccaeac #acccae #aeaccc

Analogous Colors of #ccaeac

#ccaeac #ccbeac #ccacba

Monochromatic Colors of #ccaeac

#ccaeac

Complementary Color

#ccaeac #accacc

#ccaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeac Color CSS Codes

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

#ccaeac Text Font Color

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

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


#ccaeac Background Color

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

This div background color is #ccaeac


#ccaeac Border Color

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

This div border color is #ccaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeac


Comments

No comments written yet.

Please login to write comment.