Color Hex Logo

#cccdae Color Hex

#CCCDAE
(204,205,174)
0 Favorites   0 Comments

Color spaces of #cccdae

RGB 204205174
HSL0.170.240.74
HSV62°15°80°
CMYK 0.000.000.15   0.20
XYZ54.373159.556048.6741
Yxy59.55600.33440.3663
Hunter Lab77.1725-9.287016.6255
CIE-Lab81.5963-5.606215.3453

#cccdae color RGB value is (204,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 10101110
Octal 314 315 256
Decimal 204 205 174
Hex CC CD AE

RGB Percentages of Color #cccdae

%34.99
%35.16
%29.85

CMYK Percentages of Color #cccdae

%0
%0
%15
%20

Triadic Colors of #cccdae

#cccdae #aecccd #cdaecc

Analogous Colors of #cccdae

#cccdae #bdcdae #cdbfae

Monochromatic Colors of #cccdae

#cccdae

Complementary Color

#cccdae #afaecd

#cccdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdae Color CSS Codes

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

#cccdae Text Font Color

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

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


#cccdae Background Color

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

This div background color is #cccdae


#cccdae Border Color

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

This div border color is #cccdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdae


Comments

No comments written yet.

Please login to write comment.