Color Hex Logo

#cccbbd Color Hex

#CCCBBD
(204,203,189)
0 Favorites   0 Comments

Color spaces of #cccbbd

RGB 204203189
HSL0.160.130.77
HSV56°80°
CMYK 0.000.000.07   0.20
XYZ55.443159.223456.6532
Yxy59.22340.32360.3457
Hunter Lab76.9567-6.074910.2222
CIE-Lab81.4142-2.11667.0943

#cccbbd color RGB value is (204,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10111101
Octal 314 313 275
Decimal 204 203 189
Hex CC CB BD

RGB Percentages of Color #cccbbd

%34.23
%34.06
%31.71

CMYK Percentages of Color #cccbbd

%0
%0
%7
%20

Triadic Colors of #cccbbd

#cccbbd #bdcccb #cbbdcc

Analogous Colors of #cccbbd

#cccbbd #c6ccbd #ccc4bd

Monochromatic Colors of #cccbbd

#cccbbd

Complementary Color

#cccbbd #bdbecc

#cccbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbbd Color CSS Codes

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

#cccbbd Text Font Color

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

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


#cccbbd Background Color

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

This div background color is #cccbbd


#cccbbd Border Color

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

This div border color is #cccbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,203,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 #cccbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbbd


Comments

No comments written yet.

Please login to write comment.