Color Hex Logo

#ccb6bd Color Hex

#CCB6BD
(204,182,189)
0 Favorites   0 Comments

Color spaces of #ccb6bd

RGB 204182189
HSL0.950.180.76
HSV341°11°80°
CMYK 0.000.110.07   0.20
XYZ50.815149.967455.1105
Yxy49.96740.32600.3205
Hunter Lab70.68764.61473.2568
CIE-Lab76.04929.0448-0.6821

#ccb6bd color RGB value is (204,182,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10111101
Octal 314 266 275
Decimal 204 182 189
Hex CC B6 BD

RGB Percentages of Color #ccb6bd

%35.48
%31.65
%32.87

CMYK Percentages of Color #ccb6bd

%0
%11
%7
%20

Triadic Colors of #ccb6bd

#ccb6bd #bdccb6 #b6bdcc

Analogous Colors of #ccb6bd

#ccb6bd #ccbab6 #ccb6c8

Monochromatic Colors of #ccb6bd

#ccb6bd

Complementary Color

#ccb6bd #b6ccc5

#ccb6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6bd Color CSS Codes

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

#ccb6bd Text Font Color

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

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


#ccb6bd Background Color

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

This div background color is #ccb6bd


#ccb6bd Border Color

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

This div border color is #ccb6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb6bd


Comments

No comments written yet.

Please login to write comment.