Color Hex Logo

#ccaf56 Color Hex

#CCAF56
(204,175,86)
0 Favorites   0 Comments

Color spaces of #ccaf56

RGB 20417586
HSL0.130.540.57
HSV45°58°80°
CMYK 0.000.140.58   0.20
XYZ41.911544.169215.1206
Yxy44.16920.41410.4364
Hunter Lab66.4599-3.737733.0326
CIE-Lab72.3414-0.211848.7431

#ccaf56 color RGB value is (204,175,86).

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

The process color (four color CMYK) of #ccaf56 color hex is 0.00, 0.14, 0.58, 0.20. Web safe color of #ccaf56 is #cc9966. Color #ccaf56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01010110
Octal 314 257 126
Decimal 204 175 86
Hex CC AF 56

RGB Percentages of Color #ccaf56

%43.87
%37.63
%18.49

CMYK Percentages of Color #ccaf56

%0
%14
%58
%20

Triadic Colors of #ccaf56

#ccaf56 #56ccaf #af56cc

Analogous Colors of #ccaf56

#ccaf56 #aecc56 #cc7456

Monochromatic Colors of #ccaf56

#ccaf56

Complementary Color

#ccaf56 #5673cc

#ccaf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf56 Color CSS Codes

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

#ccaf56 Text Font Color

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

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


#ccaf56 Background Color

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

This div background color is #ccaf56


#ccaf56 Border Color

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

This div border color is #ccaf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf56

#ccaf56 Color Palettes


Comments

No comments written yet.

Please login to write comment.