Color Hex Logo

#ccdbdb Color Hex

#CCDBDB
(204,219,219)
0 Favorites   0 Comments

Color spaces of #ccdbdb

RGB 204219219
HSL0.500.170.83
HSV180°86°
CMYK 0.070.000.00   0.14
XYZ63.019568.614976.9403
Yxy68.61490.30210.3290
Hunter Lab82.8341-9.15842.9125
CIE-Lab86.3130-5.0086-1.7382

#ccdbdb color RGB value is (204,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11011011
Octal 314 333 333
Decimal 204 219 219
Hex CC DB DB

RGB Percentages of Color #ccdbdb

%31.78
%34.11
%34.11

CMYK Percentages of Color #ccdbdb

%7
%0
%0
%14

Triadic Colors of #ccdbdb

#ccdbdb #dbccdb #dbdbcc

Analogous Colors of #ccdbdb

#ccdbdb #ccd4db #ccdbd4

Monochromatic Colors of #ccdbdb

#ccdbdb

Complementary Color

#ccdbdb #dbcccc

#ccdbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbdb Color CSS Codes

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

#ccdbdb Text Font Color

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

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


#ccdbdb Background Color

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

This div background color is #ccdbdb


#ccdbdb Border Color

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

This div border color is #ccdbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbdb

#ccdbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.