Color Hex Logo

#ccbcb9 Color Hex

#CCBCB9
(204,188,185)
0 Favorites   0 Comments

Color spaces of #ccbcb9

RGB 204188185
HSL0.030.160.76
HSV80°
CMYK 0.000.080.09   0.20
XYZ51.642052.306653.2733
Yxy52.30660.32850.3327
Hunter Lab72.32330.89106.9533
CIE-Lab77.46385.13693.5480

#ccbcb9 color RGB value is (204,188,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10111001
Octal 314 274 271
Decimal 204 188 185
Hex CC BC B9

RGB Percentages of Color #ccbcb9

%35.36
%32.58
%32.06

CMYK Percentages of Color #ccbcb9

%0
%8
%9
%20

Triadic Colors of #ccbcb9

#ccbcb9 #b9ccbc #bcb9cc

Analogous Colors of #ccbcb9

#ccbcb9 #ccc6b9 #ccb9c0

Monochromatic Colors of #ccbcb9

#ccbcb9

Complementary Color

#ccbcb9 #b9c9cc

#ccbcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcb9 Color CSS Codes

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

#ccbcb9 Text Font Color

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

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


#ccbcb9 Background Color

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

This div background color is #ccbcb9


#ccbcb9 Border Color

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

This div border color is #ccbcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcb9


Comments

No comments written yet.

Please login to write comment.