Color Hex Logo

#ccdace Color Hex

#CCDACE
(204,218,206)
0 Favorites   0 Comments

Color spaces of #ccdace

RGB 204218206
HSL0.360.160.83
HSV129°85°
CMYK 0.060.000.06   0.15
XYZ61.113867.436468.1880
Yxy67.43640.31060.3428
Hunter Lab82.1197-10.86908.2524
CIE-Lab85.7238-6.90914.2744

#ccdace color RGB value is (204,218,206).

#ccdace hex color red value is 204, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ccdace hue: 0.36 , saturation: 0.16 and the lightness value of ccdace is 0.83.

The process color (four color CMYK) of #ccdace color hex is 0.06, 0.00, 0.06, 0.15. Web safe color of #ccdace is #cccccc. Color #ccdace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11001110
Octal 314 332 316
Decimal 204 218 206
Hex CC DA CE

RGB Percentages of Color #ccdace

%32.48
%34.71
%32.80

CMYK Percentages of Color #ccdace

%6
%0
%6
%15

Triadic Colors of #ccdace

#ccdace #ceccda #dacecc

Analogous Colors of #ccdace

#ccdace #ccdad5 #d1dacc

Monochromatic Colors of #ccdace

#ccdace

Complementary Color

#ccdace #daccd8

#ccdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdace Color CSS Codes

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

#ccdace Text Font Color

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

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


#ccdace Background Color

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

This div background color is #ccdace


#ccdace Border Color

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

This div border color is #ccdace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdace


Comments

No comments written yet.

Please login to write comment.