Color Hex Logo

#ccdbce Color Hex

#CCDBCE
(204,219,206)
0 Favorites   0 Comments

Color spaces of #ccdbce

RGB 204219206
HSL0.360.170.83
HSV128°86°
CMYK 0.070.000.06   0.14
XYZ61.373967.956668.2747
Yxy67.95660.31060.3439
Hunter Lab82.4358-11.36848.6001
CIE-Lab85.9847-7.42224.6517

#ccdbce color RGB value is (204,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11001110
Octal 314 333 316
Decimal 204 219 206
Hex CC DB CE

RGB Percentages of Color #ccdbce

%32.43
%34.82
%32.75

CMYK Percentages of Color #ccdbce

%7
%0
%6
%14

Triadic Colors of #ccdbce

#ccdbce #ceccdb #dbcecc

Analogous Colors of #ccdbce

#ccdbce #ccdbd6 #d2dbcc

Monochromatic Colors of #ccdbce

#ccdbce

Complementary Color

#ccdbce #dbccd9

#ccdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbce Color CSS Codes

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

#ccdbce Text Font Color

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

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


#ccdbce Background Color

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

This div background color is #ccdbce


#ccdbce Border Color

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

This div border color is #ccdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbce


Comments

No comments written yet.

Please login to write comment.