Color Hex Logo

#ccb39e Color Hex

#CCB39E
(204,179,158)
0 Favorites   0 Comments

Color spaces of #ccb39e

RGB 204179158
HSL0.080.310.71
HSV27°23°80°
CMYK 0.000.120.23   0.20
XYZ47.193547.546239.0377
Yxy47.54620.35280.3554
Hunter Lab68.95381.500314.7010
CIE-Lab74.53785.680414.0180

#ccb39e color RGB value is (204,179,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10011110
Octal 314 263 236
Decimal 204 179 158
Hex CC B3 9E

RGB Percentages of Color #ccb39e

%37.71
%33.09
%29.21

CMYK Percentages of Color #ccb39e

%0
%12
%23
%20

Triadic Colors of #ccb39e

#ccb39e #9eccb3 #b39ecc

Analogous Colors of #ccb39e

#ccb39e #ccca9e #cc9ea0

Monochromatic Colors of #ccb39e

#ccb39e

Complementary Color

#ccb39e #9eb7cc

#ccb39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb39e Color CSS Codes

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

#ccb39e Text Font Color

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

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


#ccb39e Background Color

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

This div background color is #ccb39e


#ccb39e Border Color

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

This div border color is #ccb39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb39e


Comments

No comments written yet.

Please login to write comment.