Color Hex Logo

#ccb2bc Color Hex

#CCB2BC
(204,178,188)
0 Favorites   0 Comments

Color spaces of #ccb2bc

RGB 204178188
HSL0.940.200.75
HSV337°13°80°
CMYK 0.000.130.08   0.20
XYZ49.899348.309054.2715
Yxy48.30900.32730.3168
Hunter Lab69.50476.51682.3577
CIE-Lab75.019411.0311-1.6447

#ccb2bc color RGB value is (204,178,188).

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

The process color (four color CMYK) of #ccb2bc color hex is 0.00, 0.13, 0.08, 0.20. Web safe color of #ccb2bc is #cc99cc. Color #ccb2bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 10111100
Octal 314 262 274
Decimal 204 178 188
Hex CC B2 BC

RGB Percentages of Color #ccb2bc

%35.79
%31.23
%32.98

CMYK Percentages of Color #ccb2bc

%0
%13
%8
%20

Triadic Colors of #ccb2bc

#ccb2bc #bcccb2 #b2bccc

Analogous Colors of #ccb2bc

#ccb2bc #ccb5b2 #ccb2c9

Monochromatic Colors of #ccb2bc

#ccb2bc

Complementary Color

#ccb2bc #b2ccc2

#ccb2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb2bc Color CSS Codes

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

#ccb2bc Text Font Color

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

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


#ccb2bc Background Color

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

This div background color is #ccb2bc


#ccb2bc Border Color

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

This div border color is #ccb2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb2bc


Comments

No comments written yet.

Please login to write comment.