Color Hex Logo

#ccb79f Color Hex

#CCB79F
(204,183,159)
0 Favorites   0 Comments

Color spaces of #ccb79f

RGB 204183159
HSL0.090.310.71
HSV32°22°80°
CMYK 0.000.100.22   0.20
XYZ48.093349.207539.7641
Yxy49.20750.35090.3590
Hunter Lab70.1481-0.380015.4945
CIE-Lab75.58023.687614.9394

#ccb79f color RGB value is (204,183,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 10011111
Octal 314 267 237
Decimal 204 183 159
Hex CC B7 9F

RGB Percentages of Color #ccb79f

%37.36
%33.52
%29.12

CMYK Percentages of Color #ccb79f

%0
%10
%22
%20

Triadic Colors of #ccb79f

#ccb79f #9fccb7 #b79fcc

Analogous Colors of #ccb79f

#ccb79f #cbcc9f #cca19f

Monochromatic Colors of #ccb79f

#ccb79f

Complementary Color

#ccb79f #9fb4cc

#ccb79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb79f Color CSS Codes

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

#ccb79f Text Font Color

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

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


#ccb79f Background Color

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

This div background color is #ccb79f


#ccb79f Border Color

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

This div border color is #ccb79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,183,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 #ccb79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb79f


Comments

No comments written yet.

Please login to write comment.