Color Hex Logo

#ccbd8d Color Hex

#CCBD8D
(204,189,141)
0 Favorites   0 Comments

Color spaces of #ccbd8d

RGB 204189141
HSL0.130.380.68
HSV46°31°80°
CMYK 0.000.070.31   0.20
XYZ47.907251.155632.5484
Yxy51.15560.36400.3887
Hunter Lab71.5231-5.603723.0848
CIE-Lab76.7732-1.968926.2265

#ccbd8d color RGB value is (204,189,141).

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

The process color (four color CMYK) of #ccbd8d color hex is 0.00, 0.07, 0.31, 0.20. Web safe color of #ccbd8d is #cccc99. Color #ccbd8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10001101
Octal 314 275 215
Decimal 204 189 141
Hex CC BD 8D

RGB Percentages of Color #ccbd8d

%38.20
%35.39
%26.40

CMYK Percentages of Color #ccbd8d

%0
%7
%31
%20

Triadic Colors of #ccbd8d

#ccbd8d #8dccbd #bd8dcc

Analogous Colors of #ccbd8d

#ccbd8d #bccc8d #cc9e8d

Monochromatic Colors of #ccbd8d

#ccbd8d

Complementary Color

#ccbd8d #8d9ccc

#ccbd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd8d Color CSS Codes

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

#ccbd8d Text Font Color

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

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


#ccbd8d Background Color

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

This div background color is #ccbd8d


#ccbd8d Border Color

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

This div border color is #ccbd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd8d


Comments

No comments written yet.

Please login to write comment.