Color Hex Logo

#cccbbb Color Hex

#CCCBBB
(204,203,187)
0 Favorites   0 Comments

Color spaces of #cccbbb

RGB 204203187
HSL0.160.140.77
HSV56°80°
CMYK 0.000.000.08   0.20
XYZ55.227459.137155.5175
Yxy59.13710.32510.3481
Hunter Lab76.9007-6.383611.0268
CIE-Lab81.3669-2.45508.0949

#cccbbb color RGB value is (204,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10111011
Octal 314 313 273
Decimal 204 203 187
Hex CC CB BB

RGB Percentages of Color #cccbbb

%34.34
%34.18
%31.48

CMYK Percentages of Color #cccbbb

%0
%0
%8
%20

Triadic Colors of #cccbbb

#cccbbb #bbcccb #cbbbcc

Analogous Colors of #cccbbb

#cccbbb #c5ccbb #ccc3bb

Monochromatic Colors of #cccbbb

#cccbbb

Complementary Color

#cccbbb #bbbccc

#cccbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbbb Color CSS Codes

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

#cccbbb Text Font Color

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

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


#cccbbb Background Color

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

This div background color is #cccbbb


#cccbbb Border Color

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

This div border color is #cccbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbbb


Comments

No comments written yet.

Please login to write comment.