Color Hex Logo

#ccc7af Color Hex

#CCC7AF
(204,199,175)
0 Favorites   0 Comments

Color spaces of #ccc7af

RGB 204199175
HSL0.140.220.74
HSV50°14°80°
CMYK 0.000.020.14   0.20
XYZ53.063156.779448.7202
Yxy56.77940.33470.3581
Hunter Lab75.3521-6.166114.4115
CIE-Lab80.0554-2.324912.6403

#ccc7af color RGB value is (204,199,175).

#ccc7af hex color red value is 204, green value is 199 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ccc7af hue: 0.14 , saturation: 0.22 and the lightness value of ccc7af is 0.74.

The process color (four color CMYK) of #ccc7af color hex is 0.00, 0.02, 0.14, 0.20. Web safe color of #ccc7af is #cccc99. Color #ccc7af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10101111
Octal 314 307 257
Decimal 204 199 175
Hex CC C7 AF

RGB Percentages of Color #ccc7af

%35.29
%34.43
%30.28

CMYK Percentages of Color #ccc7af

%0
%2
%14
%20

Triadic Colors of #ccc7af

#ccc7af #afccc7 #c7afcc

Analogous Colors of #ccc7af

#ccc7af #c3ccaf #ccb9af

Monochromatic Colors of #ccc7af

#ccc7af

Complementary Color

#ccc7af #afb4cc

#ccc7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc7af Color CSS Codes

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

#ccc7af Text Font Color

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

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


#ccc7af Background Color

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

This div background color is #ccc7af


#ccc7af Border Color

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

This div border color is #ccc7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc7af


Comments

No comments written yet.

Please login to write comment.