Color Hex Logo

#ccb4bd Color Hex

#CCB4BD
(204,180,189)
0 Favorites   0 Comments

Color spaces of #ccb4bd

RGB 204180189
HSL0.940.190.75
HSV338°12°80°
CMYK 0.000.120.07   0.20
XYZ50.408449.154054.9750
Yxy49.15400.32620.3181
Hunter Lab70.10995.64762.5861
CIE-Lab75.547010.1240-1.4172

#ccb4bd color RGB value is (204,180,189).

#ccb4bd hex color red value is 204, green value is 180 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccb4bd hue: 0.94 , saturation: 0.19 and the lightness value of ccb4bd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10111101
Octal 314 264 275
Decimal 204 180 189
Hex CC B4 BD

RGB Percentages of Color #ccb4bd

%35.60
%31.41
%32.98

CMYK Percentages of Color #ccb4bd

%0
%12
%7
%20

Triadic Colors of #ccb4bd

#ccb4bd #bdccb4 #b4bdcc

Analogous Colors of #ccb4bd

#ccb4bd #ccb7b4 #ccb4c9

Monochromatic Colors of #ccb4bd

#ccb4bd

Complementary Color

#ccb4bd #b4ccc3

#ccb4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4bd Color CSS Codes

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

#ccb4bd Text Font Color

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

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


#ccb4bd Background Color

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

This div background color is #ccb4bd


#ccb4bd Border Color

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

This div border color is #ccb4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4bd


Comments

No comments written yet.

Please login to write comment.