Color Hex Logo

#ccb39f Color Hex

#CCB39F
(204,179,159)
0 Favorites   0 Comments

Color spaces of #ccb39f

RGB 204179159
HSL0.070.310.71
HSV27°22°80°
CMYK 0.000.120.22   0.20
XYZ47.279947.580839.4930
Yxy47.58080.35190.3541
Hunter Lab68.97881.635614.3394
CIE-Lab74.55985.827313.5056

#ccb39f color RGB value is (204,179,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10011111
Octal 314 263 237
Decimal 204 179 159
Hex CC B3 9F

RGB Percentages of Color #ccb39f

%37.64
%33.03
%29.34

CMYK Percentages of Color #ccb39f

%0
%12
%22
%20

Triadic Colors of #ccb39f

#ccb39f #9fccb3 #b39fcc

Analogous Colors of #ccb39f

#ccb39f #ccca9f #cc9fa2

Monochromatic Colors of #ccb39f

#ccb39f

Complementary Color

#ccb39f #9fb8cc

#ccb39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb39f Color CSS Codes

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

#ccb39f Text Font Color

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

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


#ccb39f Background Color

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

This div background color is #ccb39f


#ccb39f Border Color

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

This div border color is #ccb39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb39f


Comments

No comments written yet.

Please login to write comment.