Color Hex Logo

#ccaf2c Color Hex

#CCAF2C
(204,175,44)
0 Favorites   0 Comments

Color spaces of #ccaf2c

RGB 20417544
HSL0.140.650.49
HSV49°78°80°
CMYK 0.000.140.78   0.20
XYZ40.686443.67928.6694
Yxy43.67920.43730.4695
Hunter Lab66.0902-5.770038.4858
CIE-Lab72.0136-2.543365.7063

#ccaf2c color RGB value is (204,175,44).

#ccaf2c hex color red value is 204, green value is 175 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ccaf2c hue: 0.14 , saturation: 0.65 and the lightness value of ccaf2c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00101100
Octal 314 257 54
Decimal 204 175 44
Hex CC AF 2C

RGB Percentages of Color #ccaf2c

%48.23
%41.37
%10.40

CMYK Percentages of Color #ccaf2c

%0
%14
%78
%20

Triadic Colors of #ccaf2c

#ccaf2c #2cccaf #af2ccc

Analogous Colors of #ccaf2c

#ccaf2c #99cc2c #cc5f2c

Monochromatic Colors of #ccaf2c

#ccaf2c

Complementary Color

#ccaf2c #2c49cc

#ccaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf2c Color CSS Codes

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

#ccaf2c Text Font Color

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

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


#ccaf2c Background Color

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

This div background color is #ccaf2c


#ccaf2c Border Color

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

This div border color is #ccaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf2c


Comments

No comments written yet.

Please login to write comment.