Color Hex Logo

#ccbd9d Color Hex

#CCBD9D
(204,189,157)
0 Favorites   0 Comments

Color spaces of #ccbd9d

RGB 204189157
HSL0.110.320.71
HSV41°23°80°
CMYK 0.000.070.23   0.20
XYZ49.185251.666939.2787
Yxy51.66690.35100.3687
Hunter Lab71.8797-3.647117.9167
CIE-Lab77.08120.210618.1114

#ccbd9d color RGB value is (204,189,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10011101
Octal 314 275 235
Decimal 204 189 157
Hex CC BD 9D

RGB Percentages of Color #ccbd9d

%37.09
%34.36
%28.55

CMYK Percentages of Color #ccbd9d

%0
%7
%23
%20

Triadic Colors of #ccbd9d

#ccbd9d #9dccbd #bd9dcc

Analogous Colors of #ccbd9d

#ccbd9d #c4cc9d #cca69d

Monochromatic Colors of #ccbd9d

#ccbd9d

Complementary Color

#ccbd9d #9daccc

#ccbd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd9d Color CSS Codes

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

#ccbd9d Text Font Color

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

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


#ccbd9d Background Color

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

This div background color is #ccbd9d


#ccbd9d Border Color

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

This div border color is #ccbd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd9d


Comments

No comments written yet.

Please login to write comment.