Color Hex Logo

#c8bcb4 Color Hex

#C8BCB4
(200,188,180)
0 Favorites   0 Comments

Color spaces of #c8bcb4

RGB 200188180
HSL0.070.150.75
HSV24°10°78°
CMYK 0.000.060.10   0.22
XYZ50.040951.541150.4910
Yxy51.54110.32910.3389
Hunter Lab71.7921-1.21738.5562
CIE-Lab77.00562.85105.5508

#c8bcb4 color RGB value is (200,188,180).

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

The process color (four color CMYK) of #c8bcb4 color hex is 0.00, 0.06, 0.10, 0.22. Web safe color of #c8bcb4 is #cccccc. Color #c8bcb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111100 10110100
Octal 310 274 264
Decimal 200 188 180
Hex C8 BC B4

RGB Percentages of Color #c8bcb4

%35.21
%33.10
%31.69

CMYK Percentages of Color #c8bcb4

%0
%6
%10
%22

Triadic Colors of #c8bcb4

#c8bcb4 #b4c8bc #bcb4c8

Analogous Colors of #c8bcb4

#c8bcb4 #c8c6b4 #c8b4b6

Monochromatic Colors of #c8bcb4

#c8bcb4

Complementary Color

#c8bcb4 #b4c0c8

#c8bcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bcb4 Color CSS Codes

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

#c8bcb4 Text Font Color

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

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


#c8bcb4 Background Color

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

This div background color is #c8bcb4


#c8bcb4 Border Color

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

This div border color is #c8bcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bcb4


Comments

No comments written yet.

Please login to write comment.