Color Hex Logo

#c5bfbd Color Hex

#C5BFBD
(197,191,189)
0 Favorites   0 Comments

Color spaces of #c5bfbd

RGB 197191189
HSL0.040.060.76
HSV15°77°
CMYK 0.000.030.04   0.23
XYZ50.842152.806055.6570
Yxy52.80600.31910.3315
Hunter Lab72.6677-2.28075.4566
CIE-Lab77.76031.74141.7429

#c5bfbd color RGB value is (197,191,189).

#c5bfbd hex color red value is 197, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c5bfbd hue: 0.04 , saturation: 0.06 and the lightness value of c5bfbd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 10111101
Octal 305 277 275
Decimal 197 191 189
Hex C5 BF BD

RGB Percentages of Color #c5bfbd

%34.14
%33.10
%32.76

CMYK Percentages of Color #c5bfbd

%0
%3
%4
%23

Triadic Colors of #c5bfbd

#c5bfbd #bdc5bf #bfbdc5

Analogous Colors of #c5bfbd

#c5bfbd #c5c3bd #c5bdbf

Monochromatic Colors of #c5bfbd

#c5bfbd

Complementary Color

#c5bfbd #bdc3c5

#c5bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfbd Color CSS Codes

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

#c5bfbd Text Font Color

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

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


#c5bfbd Background Color

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

This div background color is #c5bfbd


#c5bfbd Border Color

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

This div border color is #c5bfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,191,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfbd


Comments

No comments written yet.

Please login to write comment.