Color Hex Logo

#cccc9d Color Hex

#CCCC9D
(204,204,157)
0 Favorites   0 Comments

Color spaces of #cccc9d

RGB 204204157
HSL0.170.320.71
HSV60°23°80°
CMYK 0.000.000.23   0.20
XYZ52.580558.457440.4104
Yxy58.45740.34720.3860
Hunter Lab76.4574-11.044422.1834
CIE-Lab80.9924-7.615923.5004

#cccc9d color RGB value is (204,204,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 10011101
Octal 314 314 235
Decimal 204 204 157
Hex CC CC 9D

RGB Percentages of Color #cccc9d

%36.11
%36.11
%27.79

CMYK Percentages of Color #cccc9d

%0
%0
%23
%20

Triadic Colors of #cccc9d

#cccc9d #9dcccc #cc9dcc

Analogous Colors of #cccc9d

#cccc9d #b5cc9d #ccb59d

Monochromatic Colors of #cccc9d

#cccc9d

Complementary Color

#cccc9d #9d9dcc

#cccc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccc9d Color CSS Codes

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

#cccc9d Text Font Color

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

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


#cccc9d Background Color

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

This div background color is #cccc9d


#cccc9d Border Color

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

This div border color is #cccc9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,204,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 #cccc9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccc9d


Comments

No comments written yet.

Please login to write comment.