color codes Logo

#ccc96c color codes

#CCC96C
(204,201,108)
0 Favorites   0 Comments

Color spaces of #ccc96c

RGB 204201108
HSL0.160.480.61
HSV58°47°80°
CMYK 0.000.010.47   0.20
XYZ48.495355.693422.3813
Yxy55.69340.38320.4400
Hunter Lab74.6280-14.604934.4583
CIE-Lab79.4390-11.837946.5166

#ccc96c color RGB value is (204,201,108).

#ccc96c hex color red value is 204, green value is 201 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ccc96c hue: 0.16 , saturation: 0.48 and the lightness value of ccc96c is 0.61.

The process color (four color CMYK) of #ccc96c color code is 0.00, 0.01, 0.47, 0.20. Web safe color of #ccc96c is #cccc66. Color #ccc96c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 01101100
Octal 314 311 154
Decimal 204 201 108
Hex CC C9 6C

RGB Percentages of Color #ccc96c

%39.77
%39.18
%21.05

CMYK Percentages of Color #ccc96c

%0
%1
%47
%20

Triadic Colors of #ccc96c

#ccc96c #6cccc9 #c96ccc

Analogous Colors of #ccc96c

#ccc96c #9fcc6c #cc996c

Monochromatic Colors of #ccc96c

#ccc96c

Complementary Color

#ccc96c #6c6fcc

#ccc96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc96c Color CSS Codes

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

#ccc96c Text Font Color

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

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


#ccc96c Background Color

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

This div background color is #ccc96c


#ccc96c Border Color

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

This div border color is #ccc96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc96c


Comments

No comments written yet.

Please login to write comment.