Color Hex Logo

#cccb8c Color Hex

#CCCB8C
(204,203,140)
0 Favorites   0 Comments

Color spaces of #cccb8c

RGB 204203140
HSL0.160.390.67
HSV59°31°80°
CMYK 0.000.000.31   0.20
XYZ50.991457.442733.2110
Yxy57.44270.36000.4055
Hunter Lab75.7910-12.541227.0733
CIE-Lab80.4280-9.360131.6265

#cccb8c color RGB value is (204,203,140).

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

The process color (four color CMYK) of #cccb8c color hex is 0.00, 0.00, 0.31, 0.20. Web safe color of #cccb8c is #cccc99. Color #cccb8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10001100
Octal 314 313 214
Decimal 204 203 140
Hex CC CB 8C

RGB Percentages of Color #cccb8c

%37.29
%37.11
%25.59

CMYK Percentages of Color #cccb8c

%0
%0
%31
%20

Triadic Colors of #cccb8c

#cccb8c #8ccccb #cb8ccc

Analogous Colors of #cccb8c

#cccb8c #adcc8c #ccab8c

Monochromatic Colors of #cccb8c

#cccb8c

Complementary Color

#cccb8c #8c8dcc

#cccb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb8c Color CSS Codes

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

#cccb8c Text Font Color

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

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


#cccb8c Background Color

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

This div background color is #cccb8c


#cccb8c Border Color

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

This div border color is #cccb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb8c


Comments

No comments written yet.

Please login to write comment.