Color Hex Logo

#beb686 Color Hex

#BEB686
(190,182,134)
0 Favorites   0 Comments

Color spaces of #beb686

RGB 190182134
HSL0.140.300.64
HSV51°29°75°
CMYK 0.000.040.29   0.25
XYZ42.266246.124329.2295
Yxy46.12430.35930.3921
Hunter Lab67.9149-7.763222.0229
CIE-Lab73.6261-4.678625.5098

#beb686 color RGB value is (190,182,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 10000110
Octal 276 266 206
Decimal 190 182 134
Hex BE B6 86

RGB Percentages of Color #beb686

%37.55
%35.97
%26.48

CMYK Percentages of Color #beb686

%0
%4
%29
%25

Triadic Colors of #beb686

#beb686 #86beb6 #b686be

Analogous Colors of #beb686

#beb686 #aabe86 #be9a86

Monochromatic Colors of #beb686

#beb686

Complementary Color

#beb686 #868ebe

#beb686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb686 Color CSS Codes

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

#beb686 Text Font Color

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

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


#beb686 Background Color

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

This div background color is #beb686


#beb686 Border Color

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

This div border color is #beb686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb686


Comments

No comments written yet.

Please login to write comment.