Color Hex Logo

#ccc49f Color Hex

#CCC49F
(204,196,159)
0 Favorites   0 Comments

Color spaces of #ccc49f

RGB 204196159
HSL0.140.310.71
HSV49°22°80°
CMYK 0.000.040.22   0.20
XYZ50.899854.820440.6996
Yxy54.82040.34760.3744
Hunter Lab74.0408-6.860519.2373
CIE-Lab78.9377-3.180119.6158

#ccc49f color RGB value is (204,196,159).

#ccc49f hex color red value is 204, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ccc49f hue: 0.14 , saturation: 0.31 and the lightness value of ccc49f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 10011111
Octal 314 304 237
Decimal 204 196 159
Hex CC C4 9F

RGB Percentages of Color #ccc49f

%36.49
%35.06
%28.44

CMYK Percentages of Color #ccc49f

%0
%4
%22
%20

Triadic Colors of #ccc49f

#ccc49f #9fccc4 #c49fcc

Analogous Colors of #ccc49f

#ccc49f #becc9f #ccae9f

Monochromatic Colors of #ccc49f

#ccc49f

Complementary Color

#ccc49f #9fa7cc

#ccc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc49f Color CSS Codes

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

#ccc49f Text Font Color

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

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


#ccc49f Background Color

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

This div background color is #ccc49f


#ccc49f Border Color

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

This div border color is #ccc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc49f

#ccc49f Color Palettes


Comments

No comments written yet.

Please login to write comment.