Color Hex Logo

#ccc79b Color Hex

#CCC79B
(204,199,155)
0 Favorites   0 Comments

Color spaces of #ccc79b

RGB 204199155
HSL0.150.320.70
HSV54°24°80°
CMYK 0.000.020.24   0.20
XYZ51.241756.050839.1285
Yxy56.05080.35000.3828
Hunter Lab74.8671-8.845621.4197
CIE-Lab79.6427-5.311922.7095

#ccc79b color RGB value is (204,199,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10011011
Octal 314 307 233
Decimal 204 199 155
Hex CC C7 9B

RGB Percentages of Color #ccc79b

%36.56
%35.66
%27.78

CMYK Percentages of Color #ccc79b

%0
%2
%24
%20

Triadic Colors of #ccc79b

#ccc79b #9bccc7 #c79bcc

Analogous Colors of #ccc79b

#ccc79b #b9cc9b #ccaf9b

Monochromatic Colors of #ccc79b

#ccc79b

Complementary Color

#ccc79b #9ba0cc

#ccc79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc79b Color CSS Codes

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

#ccc79b Text Font Color

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

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


#ccc79b Background Color

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

This div background color is #ccc79b


#ccc79b Border Color

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

This div border color is #ccc79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc79b


Comments

No comments written yet.

Please login to write comment.