Color Hex Logo

#ccaf71 Color Hex

#CCAF71
(204,175,113)
0 Favorites   0 Comments

Color spaces of #ccaf71

RGB 204175113
HSL0.110.470.62
HSV41°45°80°
CMYK 0.000.140.45   0.20
XYZ43.212444.689621.9712
Yxy44.68960.39330.4067
Hunter Lab66.8503-1.604627.3088
CIE-Lab72.68702.196135.6006

#ccaf71 color RGB value is (204,175,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01110001
Octal 314 257 161
Decimal 204 175 113
Hex CC AF 71

RGB Percentages of Color #ccaf71

%41.46
%35.57
%22.97

CMYK Percentages of Color #ccaf71

%0
%14
%45
%20

Triadic Colors of #ccaf71

#ccaf71 #71ccaf #af71cc

Analogous Colors of #ccaf71

#ccaf71 #bccc71 #cc8271

Monochromatic Colors of #ccaf71

#ccaf71

Complementary Color

#ccaf71 #718ecc

#ccaf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf71 Color CSS Codes

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

#ccaf71 Text Font Color

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

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


#ccaf71 Background Color

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

This div background color is #ccaf71


#ccaf71 Border Color

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

This div border color is #ccaf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf71


Comments

No comments written yet.

Please login to write comment.