Color Hex Logo

#ccdbcc Color Hex

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

Color spaces of #ccdbcc

RGB 204219204
HSL0.330.170.83
HSV120°86°
CMYK 0.070.000.07   0.14
XYZ61.132467.860067.0030
Yxy67.86000.31190.3462
Hunter Lab82.3772-11.69469.4394
CIE-Lab85.9364-7.78145.6379

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

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

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

Base Numbers

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

RGB Percentages of Color #ccdbcc

%32.54
%34.93
%32.54

CMYK Percentages of Color #ccdbcc

%7
%0
%7
%14

Triadic Colors of #ccdbcc

#ccdbcc #ccccdb #dbcccc

Analogous Colors of #ccdbcc

#ccdbcc #ccdbd4 #d4dbcc

Monochromatic Colors of #ccdbcc

#ccdbcc

Complementary Color

#ccdbcc #dbccdb

#ccdbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbcc Color CSS Codes

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

#ccdbcc Text Font Color

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

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


#ccdbcc Background Color

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

This div background color is #ccdbcc


#ccdbcc Border Color

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

This div border color is #ccdbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbcc


Comments

No comments written yet.

Please login to write comment.