Color Hex Logo

#ccaf70 Color Hex

#CCAF70
(204,175,112)
0 Favorites   0 Comments

Color spaces of #ccaf70

RGB 204175112
HSL0.110.470.62
HSV41°45°80°
CMYK 0.000.140.45   0.20
XYZ43.156444.667221.6763
Yxy44.66720.39410.4079
Hunter Lab66.8335-1.695927.5538
CIE-Lab72.67222.093836.1023

#ccaf70 color RGB value is (204,175,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01110000
Octal 314 257 160
Decimal 204 175 112
Hex CC AF 70

RGB Percentages of Color #ccaf70

%41.55
%35.64
%22.81

CMYK Percentages of Color #ccaf70

%0
%14
%45
%20

Triadic Colors of #ccaf70

#ccaf70 #70ccaf #af70cc

Analogous Colors of #ccaf70

#ccaf70 #bbcc70 #cc8170

Monochromatic Colors of #ccaf70

#ccaf70

Complementary Color

#ccaf70 #708dcc

#ccaf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf70 Color CSS Codes

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

#ccaf70 Text Font Color

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

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


#ccaf70 Background Color

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

This div background color is #ccaf70


#ccaf70 Border Color

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

This div border color is #ccaf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf70


Comments

No comments written yet.

Please login to write comment.