Color Hex Logo

#c4bfbf Color Hex

#C4BFBF
(196,191,191)
0 Favorites   0 Comments

Color spaces of #c4bfbf

RGB 196191191
HSL0.000.040.76
HSV77°
CMYK 0.000.030.03   0.23
XYZ50.799752.759056.7963
Yxy52.75900.31680.3290
Hunter Lab72.6354-2.27274.4837
CIE-Lab77.73251.74840.6112

#c4bfbf color RGB value is (196,191,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 10111111
Octal 304 277 277
Decimal 196 191 191
Hex C4 BF BF

RGB Percentages of Color #c4bfbf

%33.91
%33.04
%33.04

CMYK Percentages of Color #c4bfbf

%0
%3
%3
%23

Triadic Colors of #c4bfbf

#c4bfbf #bfc4bf #bfbfc4

Analogous Colors of #c4bfbf

#c4bfbf #c4c2bf #c4bfc2

Monochromatic Colors of #c4bfbf

#c4bfbf

Complementary Color

#c4bfbf #bfc4c4

#c4bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfbf Color CSS Codes

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

#c4bfbf Text Font Color

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

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


#c4bfbf Background Color

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

This div background color is #c4bfbf


#c4bfbf Border Color

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

This div border color is #c4bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfbf


Comments

No comments written yet.

Please login to write comment.