Color Hex Logo

#beb86e Color Hex

#BEB86E
(190,184,110)
0 Favorites   0 Comments

Color spaces of #beb86e

RGB 190184110
HSL0.150.380.59
HSV56°42°75°
CMYK 0.000.030.42   0.25
XYZ41.190246.353921.5281
Yxy46.35390.37760.4250
Hunter Lab68.0837-11.155128.9111
CIE-Lab73.7746-8.584938.2697

#beb86e color RGB value is (190,184,110).

#beb86e hex color red value is 190, green value is 184 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #beb86e hue: 0.15 , saturation: 0.38 and the lightness value of beb86e is 0.59.

The process color (four color CMYK) of #beb86e color hex is 0.00, 0.03, 0.42, 0.25. Web safe color of #beb86e is #cccc66. Color #beb86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 01101110
Octal 276 270 156
Decimal 190 184 110
Hex BE B8 6E

RGB Percentages of Color #beb86e

%39.26
%38.02
%22.73

CMYK Percentages of Color #beb86e

%0
%3
%42
%25

Triadic Colors of #beb86e

#beb86e #6ebeb8 #b86ebe

Analogous Colors of #beb86e

#beb86e #9cbe6e #be906e

Monochromatic Colors of #beb86e

#beb86e

Complementary Color

#beb86e #6e74be

#beb86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb86e Color CSS Codes

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

#beb86e Text Font Color

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

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


#beb86e Background Color

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

This div background color is #beb86e


#beb86e Border Color

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

This div border color is #beb86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb86e


Comments

No comments written yet.

Please login to write comment.