Color Hex Logo

#ccdbd0 Color Hex

#CCDBD0
(204,219,208)
0 Favorites   0 Comments

Color spaces of #ccdbd0

RGB 204219208
HSL0.380.170.83
HSV136°86°
CMYK 0.070.000.05   0.14
XYZ61.618568.054569.5627
Yxy68.05450.30930.3416
Hunter Lab82.4952-11.03877.7513
CIE-Lab86.0337-7.05993.6664

#ccdbd0 color RGB value is (204,219,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11010000
Octal 314 333 320
Decimal 204 219 208
Hex CC DB D0

RGB Percentages of Color #ccdbd0

%32.33
%34.71
%32.96

CMYK Percentages of Color #ccdbd0

%7
%0
%5
%14

Triadic Colors of #ccdbd0

#ccdbd0 #d0ccdb #dbd0cc

Analogous Colors of #ccdbd0

#ccdbd0 #ccdbd8 #d0dbcc

Monochromatic Colors of #ccdbd0

#ccdbd0

Complementary Color

#ccdbd0 #dbccd7

#ccdbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbd0 Color CSS Codes

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

#ccdbd0 Text Font Color

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

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


#ccdbd0 Background Color

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

This div background color is #ccdbd0


#ccdbd0 Border Color

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

This div border color is #ccdbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbd0


Comments

No comments written yet.

Please login to write comment.