Color Hex Logo

#c4bfbd Color Hex

#C4BFBD
(196,191,189)
2 Favorites   0 Comments

Color spaces of #c4bfbd

RGB 196191189
HSL0.050.060.75
HSV17°77°
CMYK 0.000.030.04   0.23
XYZ50.581152.671555.6448
Yxy52.67150.31830.3315
Hunter Lab72.5751-2.60135.3438
CIE-Lab77.68061.38901.6172

#c4bfbd color RGB value is (196,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 10111101
Octal 304 277 275
Decimal 196 191 189
Hex C4 BF BD

RGB Percentages of Color #c4bfbd

%34.03
%33.16
%32.81

CMYK Percentages of Color #c4bfbd

%0
%3
%4
%23

Triadic Colors of #c4bfbd

#c4bfbd #bdc4bf #bfbdc4

Analogous Colors of #c4bfbd

#c4bfbd #c4c3bd #c4bdbf

Monochromatic Colors of #c4bfbd

#c4bfbd

Complementary Color

#c4bfbd #bdc2c4

#c4bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfbd Color CSS Codes

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

#c4bfbd Text Font Color

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

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


#c4bfbd Background Color

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

This div background color is #c4bfbd


#c4bfbd Border Color

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

This div border color is #c4bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfbd

#c4bfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.