Color Hex Logo

#cccb9d Color Hex

#CCCB9D
(204,203,157)
0 Favorites   0 Comments

Color spaces of #cccb9d

RGB 204203157
HSL0.160.320.71
HSV59°23°80°
CMYK 0.000.000.23   0.20
XYZ52.343657.983640.3314
Yxy57.98360.34740.3849
Hunter Lab76.1470-10.555921.8998
CIE-Lab80.7297-7.100723.1411

#cccb9d color RGB value is (204,203,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10011101
Octal 314 313 235
Decimal 204 203 157
Hex CC CB 9D

RGB Percentages of Color #cccb9d

%36.17
%35.99
%27.84

CMYK Percentages of Color #cccb9d

%0
%0
%23
%20

Triadic Colors of #cccb9d

#cccb9d #9dcccb #cb9dcc

Analogous Colors of #cccb9d

#cccb9d #b6cc9d #ccb49d

Monochromatic Colors of #cccb9d

#cccb9d

Complementary Color

#cccb9d #9d9ecc

#cccb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb9d Color CSS Codes

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

#cccb9d Text Font Color

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

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


#cccb9d Background Color

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

This div background color is #cccb9d


#cccb9d Border Color

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

This div border color is #cccb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb9d


Comments

No comments written yet.

Please login to write comment.