Color Hex Logo

#ccaf73 Color Hex

#CCAF73
(204,175,115)
0 Favorites   0 Comments

Color spaces of #ccaf73

RGB 204175115
HSL0.110.470.63
HSV40°44°80°
CMYK 0.000.140.44   0.20
XYZ43.326344.735122.5709
Yxy44.73510.39160.4044
Hunter Lab66.8843-1.418826.8109
CIE-Lab72.71712.403934.5948

#ccaf73 color RGB value is (204,175,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01110011
Octal 314 257 163
Decimal 204 175 115
Hex CC AF 73

RGB Percentages of Color #ccaf73

%41.30
%35.43
%23.28

CMYK Percentages of Color #ccaf73

%0
%14
%44
%20

Triadic Colors of #ccaf73

#ccaf73 #73ccaf #af73cc

Analogous Colors of #ccaf73

#ccaf73 #bdcc73 #cc8373

Monochromatic Colors of #ccaf73

#ccaf73

Complementary Color

#ccaf73 #7390cc

#ccaf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf73 Color CSS Codes

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

#ccaf73 Text Font Color

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

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


#ccaf73 Background Color

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

This div background color is #ccaf73


#ccaf73 Border Color

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

This div border color is #ccaf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf73


Comments

No comments written yet.

Please login to write comment.