Color Hex Logo

#ccb3bc Color Hex

#CCB3BC
(204,179,188)
0 Favorites   0 Comments

Color spaces of #ccb3bc

RGB 204179188
HSL0.940.200.75
HSV338°12°80°
CMYK 0.000.120.08   0.20
XYZ50.099048.708454.3381
Yxy48.70840.32710.3181
Hunter Lab69.79145.99932.6921
CIE-Lab75.269610.4903-1.2782

#ccb3bc color RGB value is (204,179,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10111100
Octal 314 263 274
Decimal 204 179 188
Hex CC B3 BC

RGB Percentages of Color #ccb3bc

%35.73
%31.35
%32.92

CMYK Percentages of Color #ccb3bc

%0
%12
%8
%20

Triadic Colors of #ccb3bc

#ccb3bc #bcccb3 #b3bccc

Analogous Colors of #ccb3bc

#ccb3bc #ccb7b3 #ccb3c9

Monochromatic Colors of #ccb3bc

#ccb3bc

Complementary Color

#ccb3bc #b3ccc3

#ccb3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb3bc Color CSS Codes

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

#ccb3bc Text Font Color

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

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


#ccb3bc Background Color

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

This div background color is #ccb3bc


#ccb3bc Border Color

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

This div border color is #ccb3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb3bc


Comments

No comments written yet.

Please login to write comment.