Color Hex Logo

#c4bebf Color Hex

#C4BEBF
(196,190,191)
0 Favorites   0 Comments

Color spaces of #c4bebf

RGB 196190191
HSL0.970.050.76
HSV350°77°
CMYK 0.000.030.03   0.23
XYZ50.582452.324356.7238
Yxy52.32430.31690.3278
Hunter Lab72.3355-1.76674.1411
CIE-Lab77.47442.28170.2346

#c4bebf color RGB value is (196,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111110 10111111
Octal 304 276 277
Decimal 196 190 191
Hex C4 BE BF

RGB Percentages of Color #c4bebf

%33.97
%32.93
%33.10

CMYK Percentages of Color #c4bebf

%0
%3
%3
%23

Triadic Colors of #c4bebf

#c4bebf #bfc4be #bebfc4

Analogous Colors of #c4bebf

#c4bebf #c4c0be #c4bec2

Monochromatic Colors of #c4bebf

#c4bebf

Complementary Color

#c4bebf #bec4c3

#c4bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bebf Color CSS Codes

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

#c4bebf Text Font Color

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

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


#c4bebf Background Color

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

This div background color is #c4bebf


#c4bebf Border Color

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

This div border color is #c4bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bebf


Comments

No comments written yet.

Please login to write comment.