Color Hex Logo

#c5c0bc Color Hex

#C5C0BC
(197,192,188)
0 Favorites   0 Comments

Color spaces of #c5c0bc

RGB 197192188
HSL0.070.070.75
HSV27°77°
CMYK 0.000.030.05   0.23
XYZ50.952753.200455.1602
Yxy53.20040.31980.3339
Hunter Lab72.9386-2.94796.2187
CIE-Lab77.99321.03182.6216

#c5c0bc color RGB value is (197,192,188).

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

The process color (four color CMYK) of #c5c0bc color hex is 0.00, 0.03, 0.05, 0.23. Web safe color of #c5c0bc is #cccccc. Color #c5c0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000000 10111100
Octal 305 300 274
Decimal 197 192 188
Hex C5 C0 BC

RGB Percentages of Color #c5c0bc

%34.14
%33.28
%32.58

CMYK Percentages of Color #c5c0bc

%0
%3
%5
%23

Triadic Colors of #c5c0bc

#c5c0bc #bcc5c0 #c0bcc5

Analogous Colors of #c5c0bc

#c5c0bc #c5c5bc #c5bcbd

Monochromatic Colors of #c5c0bc

#c5c0bc

Complementary Color

#c5c0bc #bcc1c5

#c5c0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c0bc Color CSS Codes

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

#c5c0bc Text Font Color

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

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


#c5c0bc Background Color

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

This div background color is #c5c0bc


#c5c0bc Border Color

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

This div border color is #c5c0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c0bc


Comments

No comments written yet.

Please login to write comment.