Color Hex Logo

#ccc276 Color Hex

#CCC276
(204,194,118)
0 Favorites   0 Comments

Color spaces of #ccc276

RGB 204194118
HSL0.150.460.63
HSV53°42°80°
CMYK 0.000.050.42   0.20
XYZ47.463652.728924.8156
Yxy52.72890.37970.4218
Hunter Lab72.6147-10.401530.5683
CIE-Lab77.7147-7.259139.4107

#ccc276 color RGB value is (204,194,118).

#ccc276 hex color red value is 204, green value is 194 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ccc276 hue: 0.15 , saturation: 0.46 and the lightness value of ccc276 is 0.63.

The process color (four color CMYK) of #ccc276 color hex is 0.00, 0.05, 0.42, 0.20. Web safe color of #ccc276 is #cccc66. Color #ccc276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01110110
Octal 314 302 166
Decimal 204 194 118
Hex CC C2 76

RGB Percentages of Color #ccc276

%39.53
%37.60
%22.87

CMYK Percentages of Color #ccc276

%0
%5
%42
%20

Triadic Colors of #ccc276

#ccc276 #76ccc2 #c276cc

Analogous Colors of #ccc276

#ccc276 #abcc76 #cc9776

Monochromatic Colors of #ccc276

#ccc276

Complementary Color

#ccc276 #7680cc

#ccc276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc276 Color CSS Codes

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

#ccc276 Text Font Color

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

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


#ccc276 Background Color

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

This div background color is #ccc276


#ccc276 Border Color

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

This div border color is #ccc276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc276


Comments

No comments written yet.

Please login to write comment.