Color Hex Logo

#ccc79a Color Hex

#CCC79A
(204,199,154)
0 Favorites   0 Comments

Color spaces of #ccc79a

RGB 204199154
HSL0.150.330.70
HSV54°25°80°
CMYK 0.000.020.25   0.20
XYZ51.158056.017338.6880
Yxy56.01730.35070.3840
Hunter Lab74.8447-8.969621.7437
CIE-Lab79.6237-5.451423.2122

#ccc79a color RGB value is (204,199,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10011010
Octal 314 307 232
Decimal 204 199 154
Hex CC C7 9A

RGB Percentages of Color #ccc79a

%36.62
%35.73
%27.65

CMYK Percentages of Color #ccc79a

%0
%2
%25
%20

Triadic Colors of #ccc79a

#ccc79a #9accc7 #c79acc

Analogous Colors of #ccc79a

#ccc79a #b8cc9a #ccae9a

Monochromatic Colors of #ccc79a

#ccc79a

Complementary Color

#ccc79a #9a9fcc

#ccc79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc79a Color CSS Codes

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

#ccc79a Text Font Color

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

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


#ccc79a Background Color

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

This div background color is #ccc79a


#ccc79a Border Color

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

This div border color is #ccc79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc79a


Comments

No comments written yet.

Please login to write comment.