Color Hex Logo

#ccaf2e Color Hex

#CCAF2E
(204,175,46)
0 Favorites   0 Comments

Color spaces of #ccaf2e

RGB 20417546
HSL0.140.630.49
HSV49°77°80°
CMYK 0.000.140.77   0.20
XYZ40.725043.69468.8722
Yxy43.69460.43650.4684
Hunter Lab66.1019-5.705538.3134
CIE-Lab72.0239-2.468765.0584

#ccaf2e color RGB value is (204,175,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00101110
Octal 314 257 56
Decimal 204 175 46
Hex CC AF 2E

RGB Percentages of Color #ccaf2e

%48.00
%41.18
%10.82

CMYK Percentages of Color #ccaf2e

%0
%14
%77
%20

Triadic Colors of #ccaf2e

#ccaf2e #2eccaf #af2ecc

Analogous Colors of #ccaf2e

#ccaf2e #9acc2e #cc602e

Monochromatic Colors of #ccaf2e

#ccaf2e

Complementary Color

#ccaf2e #2e4bcc

#ccaf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf2e Color CSS Codes

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

#ccaf2e Text Font Color

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

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


#ccaf2e Background Color

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

This div background color is #ccaf2e


#ccaf2e Border Color

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

This div border color is #ccaf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf2e


Comments

No comments written yet.

Please login to write comment.