Color Hex Logo

#c4bfbb Color Hex

#C4BFBB
(196,191,187)
0 Favorites   0 Comments

Color spaces of #c4bfbb

RGB 196191187
HSL0.070.070.75
HSV27°77°
CMYK 0.000.030.05   0.23
XYZ50.365452.585254.5091
Yxy52.58520.31990.3340
Hunter Lab72.5157-2.92616.1934
CIE-Lab77.62951.03292.6243

#c4bfbb color RGB value is (196,191,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 10111011
Octal 304 277 273
Decimal 196 191 187
Hex C4 BF BB

RGB Percentages of Color #c4bfbb

%34.15
%33.28
%32.58

CMYK Percentages of Color #c4bfbb

%0
%3
%5
%23

Triadic Colors of #c4bfbb

#c4bfbb #bbc4bf #bfbbc4

Analogous Colors of #c4bfbb

#c4bfbb #c4c4bb #c4bbbc

Monochromatic Colors of #c4bfbb

#c4bfbb

Complementary Color

#c4bfbb #bbc0c4

#c4bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfbb Color CSS Codes

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

#c4bfbb Text Font Color

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

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


#c4bfbb Background Color

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

This div background color is #c4bfbb


#c4bfbb Border Color

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

This div border color is #c4bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfbb


Comments

No comments written yet.

Please login to write comment.