Color Hex Logo

#ccb9bd Color Hex

#CCB9BD
(204,185,189)
0 Favorites   0 Comments

Color spaces of #ccb9bd

RGB 204185189
HSL0.960.160.76
HSV347°80°
CMYK 0.000.090.07   0.20
XYZ51.436151.209455.3175
Yxy51.20940.32560.3242
Hunter Lab71.56073.07014.2605
CIE-Lab76.80577.43070.4228

#ccb9bd color RGB value is (204,185,189).

#ccb9bd hex color red value is 204, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccb9bd hue: 0.96 , saturation: 0.16 and the lightness value of ccb9bd is 0.76.

The process color (four color CMYK) of #ccb9bd color hex is 0.00, 0.09, 0.07, 0.20. Web safe color of #ccb9bd is #cccccc. Color #ccb9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 10111101
Octal 314 271 275
Decimal 204 185 189
Hex CC B9 BD

RGB Percentages of Color #ccb9bd

%35.29
%32.01
%32.70

CMYK Percentages of Color #ccb9bd

%0
%9
%7
%20

Triadic Colors of #ccb9bd

#ccb9bd #bdccb9 #b9bdcc

Analogous Colors of #ccb9bd

#ccb9bd #ccbfb9 #ccb9c7

Monochromatic Colors of #ccb9bd

#ccb9bd

Complementary Color

#ccb9bd #b9ccc8

#ccb9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb9bd Color CSS Codes

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

#ccb9bd Text Font Color

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

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


#ccb9bd Background Color

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

This div background color is #ccb9bd


#ccb9bd Border Color

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

This div border color is #ccb9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb9bd

#ccb9bd Color Palettes


Comments

No comments written yet.

Please login to write comment.