Color Hex Logo

#ccdadc Color Hex

#CCDADC
(204,218,220)
0 Favorites   0 Comments

Color spaces of #ccdadc

RGB 204218220
HSL0.520.190.83
HSV188°86°
CMYK 0.070.010.00   0.14
XYZ62.891568.147577.5492
Yxy68.14750.30150.3267
Hunter Lab82.5515-8.47572.0888
CIE-Lab86.0801-4.3004-2.6084

#ccdadc color RGB value is (204,218,220).

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

The process color (four color CMYK) of #ccdadc color hex is 0.07, 0.01, 0.00, 0.14. Web safe color of #ccdadc is #cccccc. Color #ccdadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11011100
Octal 314 332 334
Decimal 204 218 220
Hex CC DA DC

RGB Percentages of Color #ccdadc

%31.78
%33.96
%34.27

CMYK Percentages of Color #ccdadc

%7
%1
%0
%14

Triadic Colors of #ccdadc

#ccdadc #dcccda #dadccc

Analogous Colors of #ccdadc

#ccdadc #ccd2dc #ccdcd6

Monochromatic Colors of #ccdadc

#ccdadc

Complementary Color

#ccdadc #dccecc

#ccdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdadc Color CSS Codes

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

#ccdadc Text Font Color

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

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


#ccdadc Background Color

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

This div background color is #ccdadc


#ccdadc Border Color

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

This div border color is #ccdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdadc


Comments

No comments written yet.

Please login to write comment.