Color Hex Logo

#ccaf6d Color Hex

#CCAF6D
(204,175,109)
0 Favorites   0 Comments

Color spaces of #ccaf6d

RGB 204175109
HSL0.120.480.61
HSV42°47°80°
CMYK 0.000.140.47   0.20
XYZ42.992144.601420.8110
Yxy44.60140.39660.4114
Hunter Lab66.7843-1.963928.2733
CIE-Lab72.62871.793337.6022

#ccaf6d color RGB value is (204,175,109).

#ccaf6d hex color red value is 204, green value is 175 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ccaf6d hue: 0.12 , saturation: 0.48 and the lightness value of ccaf6d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01101101
Octal 314 257 155
Decimal 204 175 109
Hex CC AF 6D

RGB Percentages of Color #ccaf6d

%41.80
%35.86
%22.34

CMYK Percentages of Color #ccaf6d

%0
%14
%47
%20

Triadic Colors of #ccaf6d

#ccaf6d #6dccaf #af6dcc

Analogous Colors of #ccaf6d

#ccaf6d #bacc6d #cc806d

Monochromatic Colors of #ccaf6d

#ccaf6d

Complementary Color

#ccaf6d #6d8acc

#ccaf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf6d Color CSS Codes

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

#ccaf6d Text Font Color

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

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


#ccaf6d Background Color

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

This div background color is #ccaf6d


#ccaf6d Border Color

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

This div border color is #ccaf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf6d


Comments

No comments written yet.

Please login to write comment.