Color Hex Logo

#ccb6bc Color Hex

#CCB6BC
(204,182,188)
0 Favorites   0 Comments

Color spaces of #ccb6bc

RGB 204182188
HSL0.950.180.76
HSV344°11°80°
CMYK 0.000.110.08   0.20
XYZ50.706949.924154.5407
Yxy49.92410.32680.3217
Hunter Lab70.65704.45063.6935
CIE-Lab76.02278.8712-0.1767

#ccb6bc color RGB value is (204,182,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10111100
Octal 314 266 274
Decimal 204 182 188
Hex CC B6 BC

RGB Percentages of Color #ccb6bc

%35.54
%31.71
%32.75

CMYK Percentages of Color #ccb6bc

%0
%11
%8
%20

Triadic Colors of #ccb6bc

#ccb6bc #bcccb6 #b6bccc

Analogous Colors of #ccb6bc

#ccb6bc #ccbbb6 #ccb6c7

Monochromatic Colors of #ccb6bc

#ccb6bc

Complementary Color

#ccb6bc #b6ccc6

#ccb6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6bc Color CSS Codes

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

#ccb6bc Text Font Color

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

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


#ccb6bc Background Color

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

This div background color is #ccb6bc


#ccb6bc Border Color

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

This div border color is #ccb6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb6bc


Comments

No comments written yet.

Please login to write comment.