Color Hex Logo

#ccb39d Color Hex

#CCB39D
(204,179,157)
0 Favorites   0 Comments

Color spaces of #ccb39d

RGB 204179157
HSL0.080.320.71
HSV28°23°80°
CMYK 0.000.120.23   0.20
XYZ47.107747.511938.5862
Yxy47.51190.35360.3567
Hunter Lab68.92891.365815.0598
CIE-Lab74.51605.534214.5303

#ccb39d color RGB value is (204,179,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10011101
Octal 314 263 235
Decimal 204 179 157
Hex CC B3 9D

RGB Percentages of Color #ccb39d

%37.78
%33.15
%29.07

CMYK Percentages of Color #ccb39d

%0
%12
%23
%20

Triadic Colors of #ccb39d

#ccb39d #9dccb3 #b39dcc

Analogous Colors of #ccb39d

#ccb39d #cccb9d #cc9d9f

Monochromatic Colors of #ccb39d

#ccb39d

Complementary Color

#ccb39d #9db6cc

#ccb39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb39d Color CSS Codes

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

#ccb39d Text Font Color

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

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


#ccb39d Background Color

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

This div background color is #ccb39d


#ccb39d Border Color

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

This div border color is #ccb39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb39d


Comments

No comments written yet.

Please login to write comment.