Color Hex Logo

#bebd86 Color Hex

#BEBD86
(190,189,134)
0 Favorites   0 Comments

Color spaces of #bebd86

RGB 190189134
HSL0.160.300.64
HSV59°29°75°
CMYK 0.000.010.29   0.25
XYZ43.735949.063629.7193
Yxy49.06360.35700.4005
Hunter Lab70.0454-11.125223.8759
CIE-Lab75.4909-8.343128.0082

#bebd86 color RGB value is (190,189,134).

#bebd86 hex color red value is 190, green value is 189 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bebd86 hue: 0.16 , saturation: 0.30 and the lightness value of bebd86 is 0.64.

The process color (four color CMYK) of #bebd86 color hex is 0.00, 0.01, 0.29, 0.25. Web safe color of #bebd86 is #cccc99. Color #bebd86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 10000110
Octal 276 275 206
Decimal 190 189 134
Hex BE BD 86

RGB Percentages of Color #bebd86

%37.04
%36.84
%26.12

CMYK Percentages of Color #bebd86

%0
%1
%29
%25

Triadic Colors of #bebd86

#bebd86 #86bebd #bd86be

Analogous Colors of #bebd86

#bebd86 #a3be86 #bea186

Monochromatic Colors of #bebd86

#bebd86

Complementary Color

#bebd86 #8687be

#bebd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd86 Color CSS Codes

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

#bebd86 Text Font Color

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

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


#bebd86 Background Color

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

This div background color is #bebd86


#bebd86 Border Color

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

This div border color is #bebd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd86


Comments

No comments written yet.

Please login to write comment.