Color Hex Logo

#ccb99f Color Hex

#CCB99F
(204,185,159)
0 Favorites   0 Comments

Color spaces of #ccb99f

RGB 204185159
HSL0.100.310.71
HSV35°22°80°
CMYK 0.000.090.22   0.20
XYZ48.508850.038539.9026
Yxy50.03850.35040.3614
Hunter Lab70.7379-1.384216.0716
CIE-Lab76.09292.622015.6575

#ccb99f color RGB value is (204,185,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 10011111
Octal 314 271 237
Decimal 204 185 159
Hex CC B9 9F

RGB Percentages of Color #ccb99f

%37.23
%33.76
%29.01

CMYK Percentages of Color #ccb99f

%0
%9
%22
%20

Triadic Colors of #ccb99f

#ccb99f #9fccb9 #b99fcc

Analogous Colors of #ccb99f

#ccb99f #c9cc9f #cca39f

Monochromatic Colors of #ccb99f

#ccb99f

Complementary Color

#ccb99f #9fb2cc

#ccb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb99f Color CSS Codes

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

#ccb99f Text Font Color

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

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


#ccb99f Background Color

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

This div background color is #ccb99f


#ccb99f Border Color

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

This div border color is #ccb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb99f


Comments

No comments written yet.

Please login to write comment.