Color Hex Logo

#ccacae Color Hex

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

Color spaces of #ccacae

RGB 204172174
HSL0.990.240.74
HSV356°16°80°
CMYK 0.000.160.15   0.20
XYZ47.294345.398446.3145
Yxy45.39840.34020.3266
Hunter Lab67.37837.38096.4101
CIE-Lab73.153511.92913.3009

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

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

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

Base Numbers

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

RGB Percentages of Color #ccacae

%37.09
%31.27
%31.64

CMYK Percentages of Color #ccacae

%0
%16
%15
%20

Triadic Colors of #ccacae

#ccacae #aeccac #acaecc

Analogous Colors of #ccacae

#ccacae #ccbaac #ccacbe

Monochromatic Colors of #ccacae

#ccacae

Complementary Color

#ccacae #acccca

#ccacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacae Color CSS Codes

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

#ccacae Text Font Color

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

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


#ccacae Background Color

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

This div background color is #ccacae


#ccacae Border Color

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

This div border color is #ccacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacae


Comments

No comments written yet.

Please login to write comment.