Color Hex Logo

#ccb64a Color Hex

#CCB64A
(204,182,74)
0 Favorites   0 Comments

Color spaces of #ccb64a

RGB 20418274
HSL0.140.560.55
HSV50°64°80°
CMYK 0.000.110.64   0.20
XYZ42.865846.787713.2502
Yxy46.78770.41660.4547
Hunter Lab68.4015-7.840536.3959
CIE-Lab74.0538-4.725756.1551

#ccb64a color RGB value is (204,182,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 01001010
Octal 314 266 112
Decimal 204 182 74
Hex CC B6 4A

RGB Percentages of Color #ccb64a

%44.35
%39.57
%16.09

CMYK Percentages of Color #ccb64a

%0
%11
%64
%20

Triadic Colors of #ccb64a

#ccb64a #4accb6 #b64acc

Analogous Colors of #ccb64a

#ccb64a #a1cc4a #cc754a

Monochromatic Colors of #ccb64a

#ccb64a

Complementary Color

#ccb64a #4a60cc

#ccb64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb64a Color CSS Codes

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

#ccb64a Text Font Color

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

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


#ccb64a Background Color

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

This div background color is #ccb64a


#ccb64a Border Color

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

This div border color is #ccb64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb64a

#ccb64a Color Palettes


Comments

No comments written yet.

Please login to write comment.