Color Hex Logo

#ccb4bc Color Hex

#CCB4BC
(204,180,188)
0 Favorites   0 Comments

Color spaces of #ccb4bc

RGB 204180188
HSL0.940.190.75
HSV340°12°80°
CMYK 0.000.120.08   0.20
XYZ50.300249.110754.4052
Yxy49.11070.32700.3193
Hunter Lab70.07905.48263.0261
CIE-Lab75.52019.9501-0.9115

#ccb4bc color RGB value is (204,180,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10111100
Octal 314 264 274
Decimal 204 180 188
Hex CC B4 BC

RGB Percentages of Color #ccb4bc

%35.66
%31.47
%32.87

CMYK Percentages of Color #ccb4bc

%0
%12
%8
%20

Triadic Colors of #ccb4bc

#ccb4bc #bcccb4 #b4bccc

Analogous Colors of #ccb4bc

#ccb4bc #ccb8b4 #ccb4c8

Monochromatic Colors of #ccb4bc

#ccb4bc

Complementary Color

#ccb4bc #b4ccc4

#ccb4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4bc Color CSS Codes

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

#ccb4bc Text Font Color

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

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


#ccb4bc Background Color

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

This div background color is #ccb4bc


#ccb4bc Border Color

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

This div border color is #ccb4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4bc


Comments

No comments written yet.

Please login to write comment.