Color Hex Logo

#ccb04a Color Hex

#CCB04A
(204,176,74)
0 Favorites   0 Comments

Color spaces of #ccb04a

RGB 20417674
HSL0.130.560.55
HSV47°64°80°
CMYK 0.000.140.64   0.20
XYZ41.663244.382412.8493
Yxy44.38240.42130.4488
Hunter Lab66.6201-4.954035.1986
CIE-Lab72.4834-1.576554.4573

#ccb04a color RGB value is (204,176,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 01001010
Octal 314 260 112
Decimal 204 176 74
Hex CC B0 4A

RGB Percentages of Color #ccb04a

%44.93
%38.77
%16.30

CMYK Percentages of Color #ccb04a

%0
%14
%64
%20

Triadic Colors of #ccb04a

#ccb04a #4accb0 #b04acc

Analogous Colors of #ccb04a

#ccb04a #a7cc4a #cc6f4a

Monochromatic Colors of #ccb04a

#ccb04a

Complementary Color

#ccb04a #4a66cc

#ccb04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb04a Color CSS Codes

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

#ccb04a Text Font Color

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

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


#ccb04a Background Color

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

This div background color is #ccb04a


#ccb04a Border Color

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

This div border color is #ccb04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb04a

#ccb04a Color Palettes


Comments

No comments written yet.

Please login to write comment.