Color Hex Logo

#cccbc4 Color Hex

#CCCBC4
(204,203,196)
0 Favorites   0 Comments

Color spaces of #cccbc4

RGB 204203196
HSL0.150.070.78
HSV53°80°
CMYK 0.000.000.04   0.20
XYZ56.221659.534860.7527
Yxy59.53480.31850.3373
Hunter Lab77.1588-4.96427.3279
CIE-Lab81.5847-0.90503.5981

#cccbc4 color RGB value is (204,203,196).

#cccbc4 hex color red value is 204, green value is 203 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cccbc4 hue: 0.15 , saturation: 0.07 and the lightness value of cccbc4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11000100
Octal 314 313 304
Decimal 204 203 196
Hex CC CB C4

RGB Percentages of Color #cccbc4

%33.83
%33.67
%32.50

CMYK Percentages of Color #cccbc4

%0
%0
%4
%20

Triadic Colors of #cccbc4

#cccbc4 #c4cccb #cbc4cc

Analogous Colors of #cccbc4

#cccbc4 #c9ccc4 #ccc7c4

Monochromatic Colors of #cccbc4

#cccbc4

Complementary Color

#cccbc4 #c4c5cc

#cccbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbc4 Color CSS Codes

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

#cccbc4 Text Font Color

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

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


#cccbc4 Background Color

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

This div background color is #cccbc4


#cccbc4 Border Color

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

This div border color is #cccbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbc4

#cccbc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.