Color Hex Logo

#ccdbdc Color Hex

#CCDBDC
(204,219,220)
0 Favorites   0 Comments

Color spaces of #ccdbdc

RGB 204219220
HSL0.510.190.83
HSV184°86°
CMYK 0.070.000.00   0.14
XYZ63.151668.667777.6359
Yxy68.66770.30150.3278
Hunter Lab82.8660-8.98182.4583
CIE-Lab86.3392-4.8173-2.2282

#ccdbdc color RGB value is (204,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11011100
Octal 314 333 334
Decimal 204 219 220
Hex CC DB DC

RGB Percentages of Color #ccdbdc

%31.73
%34.06
%34.21

CMYK Percentages of Color #ccdbdc

%7
%0
%0
%14

Triadic Colors of #ccdbdc

#ccdbdc #dcccdb #dbdccc

Analogous Colors of #ccdbdc

#ccdbdc #ccd3dc #ccdcd5

Monochromatic Colors of #ccdbdc

#ccdbdc

Complementary Color

#ccdbdc #dccdcc

#ccdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbdc Color CSS Codes

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

#ccdbdc Text Font Color

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

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


#ccdbdc Background Color

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

This div background color is #ccdbdc


#ccdbdc Border Color

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

This div border color is #ccdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbdc


Comments

No comments written yet.

Please login to write comment.