Color Hex Logo

#cccbb9 Color Hex

#CCCBB9
(204,203,185)
0 Favorites   0 Comments

Color spaces of #cccbb9

RGB 204203185
HSL0.160.160.76
HSV57°80°
CMYK 0.000.000.09   0.20
XYZ55.014759.052054.3975
Yxy59.05200.32660.3505
Hunter Lab76.8453-6.688511.8213
CIE-Lab81.3202-2.78999.0961

#cccbb9 color RGB value is (204,203,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10111001
Octal 314 313 271
Decimal 204 203 185
Hex CC CB B9

RGB Percentages of Color #cccbb9

%34.46
%34.29
%31.25

CMYK Percentages of Color #cccbb9

%0
%0
%9
%20

Triadic Colors of #cccbb9

#cccbb9 #b9cccb #cbb9cc

Analogous Colors of #cccbb9

#cccbb9 #c4ccb9 #ccc2b9

Monochromatic Colors of #cccbb9

#cccbb9

Complementary Color

#cccbb9 #b9bacc

#cccbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbb9 Color CSS Codes

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

#cccbb9 Text Font Color

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

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


#cccbb9 Background Color

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

This div background color is #cccbb9


#cccbb9 Border Color

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

This div border color is #cccbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbb9


Comments

No comments written yet.

Please login to write comment.