Color Hex Logo

#ccc7a4 Color Hex

#CCC7A4
(204,199,164)
0 Favorites   0 Comments

Color spaces of #ccc7a4

RGB 204199164
HSL0.150.280.72
HSV53°20°80°
CMYK 0.000.020.20   0.20
XYZ52.026156.364643.2593
Yxy56.36460.34310.3717
Hunter Lab75.0764-7.687518.3903
CIE-Lab79.8209-4.013818.1794

#ccc7a4 color RGB value is (204,199,164).

#ccc7a4 hex color red value is 204, green value is 199 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ccc7a4 hue: 0.15 , saturation: 0.28 and the lightness value of ccc7a4 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10100100
Octal 314 307 244
Decimal 204 199 164
Hex CC C7 A4

RGB Percentages of Color #ccc7a4

%35.98
%35.10
%28.92

CMYK Percentages of Color #ccc7a4

%0
%2
%20
%20

Triadic Colors of #ccc7a4

#ccc7a4 #a4ccc7 #c7a4cc

Analogous Colors of #ccc7a4

#ccc7a4 #bdcca4 #ccb3a4

Monochromatic Colors of #ccc7a4

#ccc7a4

Complementary Color

#ccc7a4 #a4a9cc

#ccc7a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc7a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc7a4 Color CSS Codes

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

#ccc7a4 Text Font Color

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

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


#ccc7a4 Background Color

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

This div background color is #ccc7a4


#ccc7a4 Border Color

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

This div border color is #ccc7a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc7a4


Comments

No comments written yet.

Please login to write comment.