Color Hex Logo

#ccccae Color Hex

#CCCCAE
(204,204,174)
0 Favorites   0 Comments

Color spaces of #ccccae

RGB 204204174
HSL0.170.230.74
HSV60°15°80°
CMYK 0.000.000.15   0.20
XYZ54.134759.079148.5946
Yxy59.07910.33460.3651
Hunter Lab76.8629-8.792316.3195
CIE-Lab81.3351-5.087814.9783

#ccccae color RGB value is (204,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 10101110
Octal 314 314 256
Decimal 204 204 174
Hex CC CC AE

RGB Percentages of Color #ccccae

%35.05
%35.05
%29.90

CMYK Percentages of Color #ccccae

%0
%0
%15
%20

Triadic Colors of #ccccae

#ccccae #aecccc #ccaecc

Analogous Colors of #ccccae

#ccccae #bdccae #ccbdae

Monochromatic Colors of #ccccae

#ccccae

Complementary Color

#ccccae #aeaecc

#ccccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccae Color CSS Codes

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

#ccccae Text Font Color

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

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


#ccccae Background Color

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

This div background color is #ccccae


#ccccae Border Color

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

This div border color is #ccccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccae


Comments

No comments written yet.

Please login to write comment.