Color Hex Logo

#ccb64c Color Hex

#CCB64C
(204,182,76)
0 Favorites   0 Comments

Color spaces of #ccb64c

RGB 20418276
HSL0.140.560.55
HSV50°63°80°
CMYK 0.000.110.63   0.20
XYZ42.934346.815113.6108
Yxy46.81510.41540.4529
Hunter Lab68.4216-7.729636.1008
CIE-Lab74.0713-4.597355.2944

#ccb64c color RGB value is (204,182,76).

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

The process color (four color CMYK) of #ccb64c color hex is 0.00, 0.11, 0.63, 0.20. Web safe color of #ccb64c is #cccc33. Color #ccb64c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 01001100
Octal 314 266 114
Decimal 204 182 76
Hex CC B6 4C

RGB Percentages of Color #ccb64c

%44.16
%39.39
%16.45

CMYK Percentages of Color #ccb64c

%0
%11
%63
%20

Triadic Colors of #ccb64c

#ccb64c #4cccb6 #b64ccc

Analogous Colors of #ccb64c

#ccb64c #a2cc4c #cc764c

Monochromatic Colors of #ccb64c

#ccb64c

Complementary Color

#ccb64c #4c62cc

#ccb64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb64c Color CSS Codes

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

#ccb64c Text Font Color

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

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


#ccb64c Background Color

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

This div background color is #ccb64c


#ccb64c Border Color

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

This div border color is #ccb64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb64c


Comments

No comments written yet.

Please login to write comment.