Color Hex Logo

#ccb08d Color Hex

#CCB08D
(204,176,141)
0 Favorites   0 Comments

Color spaces of #ccb08d

RGB 204176141
HSL0.090.380.68
HSV33°31°80°
CMYK 0.000.140.31   0.20
XYZ45.234945.811131.6576
Yxy45.81110.36870.3733
Hunter Lab67.68390.849319.6472
CIE-Lab73.42284.931721.6813

#ccb08d color RGB value is (204,176,141).

#ccb08d hex color red value is 204, green value is 176 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ccb08d hue: 0.09 , saturation: 0.38 and the lightness value of ccb08d is 0.68.

The process color (four color CMYK) of #ccb08d color hex is 0.00, 0.14, 0.31, 0.20. Web safe color of #ccb08d is #cc9999. Color #ccb08d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 10001101
Octal 314 260 215
Decimal 204 176 141
Hex CC B0 8D

RGB Percentages of Color #ccb08d

%39.16
%33.78
%27.06

CMYK Percentages of Color #ccb08d

%0
%14
%31
%20

Triadic Colors of #ccb08d

#ccb08d #8dccb0 #b08dcc

Analogous Colors of #ccb08d

#ccb08d #c9cc8d #cc918d

Monochromatic Colors of #ccb08d

#ccb08d

Complementary Color

#ccb08d #8da9cc

#ccb08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb08d Color CSS Codes

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

#ccb08d Text Font Color

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

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


#ccb08d Background Color

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

This div background color is #ccb08d


#ccb08d Border Color

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

This div border color is #ccb08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb08d


Comments

No comments written yet.

Please login to write comment.