Color Hex Logo

#ccccbd Color Hex

#CCCCBD
(204,204,189)
0 Favorites   0 Comments

Color spaces of #ccccbd

RGB 204204189
HSL0.170.130.77
HSV60°80°
CMYK 0.000.000.07   0.20
XYZ55.680059.697256.7322
Yxy59.69720.32350.3469
Hunter Lab77.2640-6.576510.5502
CIE-Lab81.6733-2.63927.4663

#ccccbd color RGB value is (204,204,189).

#ccccbd hex color red value is 204, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccccbd hue: 0.17 , saturation: 0.13 and the lightness value of ccccbd is 0.77.

The process color (four color CMYK) of #ccccbd color hex is 0.00, 0.00, 0.07, 0.20. Web safe color of #ccccbd is #cccccc. Color #ccccbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 10111101
Octal 314 314 275
Decimal 204 204 189
Hex CC CC BD

RGB Percentages of Color #ccccbd

%34.17
%34.17
%31.66

CMYK Percentages of Color #ccccbd

%0
%0
%7
%20

Triadic Colors of #ccccbd

#ccccbd #bdcccc #ccbdcc

Analogous Colors of #ccccbd

#ccccbd #c5ccbd #ccc5bd

Monochromatic Colors of #ccccbd

#ccccbd

Complementary Color

#ccccbd #bdbdcc

#ccccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccbd Color CSS Codes

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

#ccccbd Text Font Color

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

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


#ccccbd Background Color

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

This div background color is #ccccbd


#ccccbd Border Color

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

This div border color is #ccccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccbd


Comments

No comments written yet.

Please login to write comment.