Color Hex Logo

#c5bebd Color Hex

#C5BEBD
(197,190,189)
0 Favorites   0 Comments

Color spaces of #c5bebd

RGB 197190189
HSL0.020.060.76
HSV77°
CMYK 0.000.040.04   0.23
XYZ50.624752.371455.5846
Yxy52.37140.31920.3303
Hunter Lab72.3681-1.77555.1181
CIE-Lab77.50242.27381.3676

#c5bebd color RGB value is (197,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 10111101
Octal 305 276 275
Decimal 197 190 189
Hex C5 BE BD

RGB Percentages of Color #c5bebd

%34.20
%32.99
%32.81

CMYK Percentages of Color #c5bebd

%0
%4
%4
%23

Triadic Colors of #c5bebd

#c5bebd #bdc5be #bebdc5

Analogous Colors of #c5bebd

#c5bebd #c5c2bd #c5bdc0

Monochromatic Colors of #c5bebd

#c5bebd

Complementary Color

#c5bebd #bdc4c5

#c5bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bebd Color CSS Codes

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

#c5bebd Text Font Color

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

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


#c5bebd Background Color

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

This div background color is #c5bebd


#c5bebd Border Color

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

This div border color is #c5bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bebd


Comments

No comments written yet.

Please login to write comment.