Color Hex Logo

#c4bebd Color Hex

#C4BEBD
(196,190,189)
1 Favorites   0 Comments

Color spaces of #c4bebd

RGB 196190189
HSL0.020.060.75
HSV77°
CMYK 0.000.030.04   0.23
XYZ50.363752.236855.5724
Yxy52.23680.31840.3303
Hunter Lab72.2750-2.09645.0043
CIE-Lab77.42221.92161.2411

#c4bebd color RGB value is (196,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111110 10111101
Octal 304 276 275
Decimal 196 190 189
Hex C4 BE BD

RGB Percentages of Color #c4bebd

%34.09
%33.04
%32.87

CMYK Percentages of Color #c4bebd

%0
%3
%4
%23

Triadic Colors of #c4bebd

#c4bebd #bdc4be #bebdc4

Analogous Colors of #c4bebd

#c4bebd #c4c2bd #c4bdc0

Monochromatic Colors of #c4bebd

#c4bebd

Complementary Color

#c4bebd #bdc3c4

#c4bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bebd Color CSS Codes

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

#c4bebd Text Font Color

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

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


#c4bebd Background Color

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

This div background color is #c4bebd


#c4bebd Border Color

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

This div border color is #c4bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bebd


Comments

No comments written yet.

Please login to write comment.