Color Hex Logo

#ccdbd3 Color Hex

#CCDBD3
(204,219,211)
0 Favorites   0 Comments

Color spaces of #ccdbd3

RGB 204219211
HSL0.410.170.83
HSV148°86°
CMYK 0.070.000.04   0.14
XYZ61.991268.203671.5253
Yxy68.20360.30730.3381
Hunter Lab82.5855-10.53706.4602
CIE-Lab86.1082-6.51012.1898

#ccdbd3 color RGB value is (204,219,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11010011
Octal 314 333 323
Decimal 204 219 211
Hex CC DB D3

RGB Percentages of Color #ccdbd3

%32.18
%34.54
%33.28

CMYK Percentages of Color #ccdbd3

%7
%0
%4
%14

Triadic Colors of #ccdbd3

#ccdbd3 #d3ccdb #dbd3cc

Analogous Colors of #ccdbd3

#ccdbd3 #ccdbdb #cddbcc

Monochromatic Colors of #ccdbd3

#ccdbd3

Complementary Color

#ccdbd3 #dbccd4

#ccdbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbd3 Color CSS Codes

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

#ccdbd3 Text Font Color

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

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


#ccdbd3 Background Color

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

This div background color is #ccdbd3


#ccdbd3 Border Color

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

This div border color is #ccdbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbd3

#ccdbd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.