Color Hex Logo

#bebbad Color Hex

#BEBBAD
(190,187,173)
0 Favorites   0 Comments

Color spaces of #bebbad

RGB 190187173
HSL0.140.120.71
HSV49°75°
CMYK 0.000.020.09   0.25
XYZ46.548449.504946.6372
Yxy49.50490.32620.3469
Hunter Lab70.3597-5.03799.9520
CIE-Lab75.7644-1.41887.4540

#bebbad color RGB value is (190,187,173).

#bebbad hex color red value is 190, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bebbad hue: 0.14 , saturation: 0.12 and the lightness value of bebbad is 0.71.

The process color (four color CMYK) of #bebbad color hex is 0.00, 0.02, 0.09, 0.25. Web safe color of #bebbad is #cccc99. Color #bebbad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10101101
Octal 276 273 255
Decimal 190 187 173
Hex BE BB AD

RGB Percentages of Color #bebbad

%34.55
%34.00
%31.45

CMYK Percentages of Color #bebbad

%0
%2
%9
%25

Triadic Colors of #bebbad

#bebbad #adbebb #bbadbe

Analogous Colors of #bebbad

#bebbad #b9bead #beb3ad

Monochromatic Colors of #bebbad

#bebbad

Complementary Color

#bebbad #adb0be

#bebbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbad Color CSS Codes

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

#bebbad Text Font Color

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

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


#bebbad Background Color

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

This div background color is #bebbad


#bebbad Border Color

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

This div border color is #bebbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbad


Comments

No comments written yet.

Please login to write comment.