Color Hex Logo

#bebaad Color Hex

#BEBAAD
(190,186,173)
0 Favorites   0 Comments

Color spaces of #bebaad

RGB 190186173
HSL0.130.120.71
HSV46°75°
CMYK 0.000.020.09   0.25
XYZ46.336949.082146.5667
Yxy49.08210.32630.3457
Hunter Lab70.0586-4.54249.6320
CIE-Lab75.5024-0.88737.0783

#bebaad color RGB value is (190,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10101101
Octal 276 272 255
Decimal 190 186 173
Hex BE BA AD

RGB Percentages of Color #bebaad

%34.61
%33.88
%31.51

CMYK Percentages of Color #bebaad

%0
%2
%9
%25

Triadic Colors of #bebaad

#bebaad #adbeba #baadbe

Analogous Colors of #bebaad

#bebaad #babead #beb2ad

Monochromatic Colors of #bebaad

#bebaad

Complementary Color

#bebaad #adb1be

#bebaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaad Color CSS Codes

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

#bebaad Text Font Color

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

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


#bebaad Background Color

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

This div background color is #bebaad


#bebaad Border Color

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

This div border color is #bebaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaad


Comments

No comments written yet.

Please login to write comment.