Color Hex Logo

#ccdbcb Color Hex

#CCDBCB
(204,219,203)
0 Favorites   0 Comments

Color spaces of #ccdbcb

RGB 204219203
HSL0.320.180.83
HSV116°86°
CMYK 0.070.000.07   0.14
XYZ61.012867.812266.3733
Yxy67.81220.31260.3474
Hunter Lab82.3482-11.85649.8555
CIE-Lab85.9125-7.95996.1312

#ccdbcb color RGB value is (204,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11001011
Octal 314 333 313
Decimal 204 219 203
Hex CC DB CB

RGB Percentages of Color #ccdbcb

%32.59
%34.98
%32.43

CMYK Percentages of Color #ccdbcb

%7
%0
%7
%14

Triadic Colors of #ccdbcb

#ccdbcb #cbccdb #dbcbcc

Analogous Colors of #ccdbcb

#ccdbcb #cbdbd2 #d4dbcb

Monochromatic Colors of #ccdbcb

#ccdbcb

Complementary Color

#ccdbcb #dacbdb

#ccdbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbcb Color CSS Codes

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

#ccdbcb Text Font Color

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

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


#ccdbcb Background Color

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

This div background color is #ccdbcb


#ccdbcb Border Color

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

This div border color is #ccdbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbcb


Comments

No comments written yet.

Please login to write comment.