Color Hex Logo

#ccb976 Color Hex

#CCB976
(204,185,118)
0 Favorites   0 Comments

Color spaces of #ccb976

RGB 204185118
HSL0.130.460.63
HSV47°42°80°
CMYK 0.000.090.42   0.20
XYZ45.520848.843324.1680
Yxy48.84330.38400.4121
Hunter Lab69.8880-6.039928.4185
CIE-Lab75.3537-2.570636.4122

#ccb976 color RGB value is (204,185,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 01110110
Octal 314 271 166
Decimal 204 185 118
Hex CC B9 76

RGB Percentages of Color #ccb976

%40.24
%36.49
%23.27

CMYK Percentages of Color #ccb976

%0
%9
%42
%20

Triadic Colors of #ccb976

#ccb976 #76ccb9 #b976cc

Analogous Colors of #ccb976

#ccb976 #b4cc76 #cc8e76

Monochromatic Colors of #ccb976

#ccb976

Complementary Color

#ccb976 #7689cc

#ccb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb976 Color CSS Codes

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

#ccb976 Text Font Color

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

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


#ccb976 Background Color

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

This div background color is #ccb976


#ccb976 Border Color

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

This div border color is #ccb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb976

#ccb976 Color Palettes


Comments

No comments written yet.

Please login to write comment.