Color Hex Logo

#cccbc7 Color Hex

#CCCBC7
(204,203,199)
0 Favorites   0 Comments

Color spaces of #cccbc7

RGB 204203199
HSL0.130.050.79
HSV48°80°
CMYK 0.000.000.02   0.20
XYZ56.566659.672862.5694
Yxy59.67280.31640.3337
Hunter Lab77.2482-4.47396.0501
CIE-Lab81.6600-0.37292.1029

#cccbc7 color RGB value is (204,203,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11000111
Octal 314 313 307
Decimal 204 203 199
Hex CC CB C7

RGB Percentages of Color #cccbc7

%33.66
%33.50
%32.84

CMYK Percentages of Color #cccbc7

%0
%0
%2
%20

Triadic Colors of #cccbc7

#cccbc7 #c7cccb #cbc7cc

Analogous Colors of #cccbc7

#cccbc7 #cbccc7 #ccc9c7

Monochromatic Colors of #cccbc7

#cccbc7

Complementary Color

#cccbc7 #c7c8cc

#cccbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbc7 Color CSS Codes

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

#cccbc7 Text Font Color

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

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


#cccbc7 Background Color

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

This div background color is #cccbc7


#cccbc7 Border Color

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

This div border color is #cccbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbc7

#cccbc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.