Color Hex Logo

#ccb04c Color Hex

#CCB04C
(204,176,76)
0 Favorites   0 Comments

Color spaces of #ccb04c

RGB 20417676
HSL0.130.560.55
HSV47°63°80°
CMYK 0.000.140.63   0.20
XYZ41.731744.409813.2099
Yxy44.40980.42000.4470
Hunter Lab66.6407-4.841034.8957
CIE-Lab72.5016-1.446953.5795

#ccb04c color RGB value is (204,176,76).

#ccb04c hex color red value is 204, green value is 176 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ccb04c hue: 0.13 , saturation: 0.56 and the lightness value of ccb04c is 0.55.

The process color (four color CMYK) of #ccb04c color hex is 0.00, 0.14, 0.63, 0.20. Web safe color of #ccb04c is #cc9933. Color #ccb04c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 01001100
Octal 314 260 114
Decimal 204 176 76
Hex CC B0 4C

RGB Percentages of Color #ccb04c

%44.74
%38.60
%16.67

CMYK Percentages of Color #ccb04c

%0
%14
%63
%20

Triadic Colors of #ccb04c

#ccb04c #4cccb0 #b04ccc

Analogous Colors of #ccb04c

#ccb04c #a8cc4c #cc704c

Monochromatic Colors of #ccb04c

#ccb04c

Complementary Color

#ccb04c #4c68cc

#ccb04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb04c Color CSS Codes

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

#ccb04c Text Font Color

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

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


#ccb04c Background Color

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

This div background color is #ccb04c


#ccb04c Border Color

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

This div border color is #ccb04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb04c


Comments

No comments written yet.

Please login to write comment.