Color Hex Logo

#ccaf3c Color Hex

#CCAF3C
(204,175,60)
0 Favorites   0 Comments

Color spaces of #ccaf3c

RGB 20417560
HSL0.130.590.52
HSV48°71°80°
CMYK 0.000.140.71   0.20
XYZ41.047443.823610.5703
Yxy43.82360.43010.4592
Hunter Lab66.1994-5.168836.8725
CIE-Lab72.1104-1.849659.9954

#ccaf3c color RGB value is (204,175,60).

#ccaf3c hex color red value is 204, green value is 175 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ccaf3c hue: 0.13 , saturation: 0.59 and the lightness value of ccaf3c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00111100
Octal 314 257 74
Decimal 204 175 60
Hex CC AF 3C

RGB Percentages of Color #ccaf3c

%46.47
%39.86
%13.67

CMYK Percentages of Color #ccaf3c

%0
%14
%71
%20

Triadic Colors of #ccaf3c

#ccaf3c #3cccaf #af3ccc

Analogous Colors of #ccaf3c

#ccaf3c #a1cc3c #cc673c

Monochromatic Colors of #ccaf3c

#ccaf3c

Complementary Color

#ccaf3c #3c59cc

#ccaf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf3c Color CSS Codes

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

#ccaf3c Text Font Color

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

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


#ccaf3c Background Color

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

This div background color is #ccaf3c


#ccaf3c Border Color

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

This div border color is #ccaf3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf3c


Comments

No comments written yet.

Please login to write comment.