Color Hex Logo

#beb98b Color Hex

#BEB98B
(190,185,139)
0 Favorites   0 Comments

Color spaces of #beb98b

RGB 190185139
HSL0.150.280.65
HSV54°27°75°
CMYK 0.000.030.27   0.25
XYZ43.244447.509231.3171
Yxy47.50920.35430.3892
Hunter Lab68.9269-8.632121.3103
CIE-Lab74.5143-5.585224.0399

#beb98b color RGB value is (190,185,139).

#beb98b hex color red value is 190, green value is 185 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #beb98b hue: 0.15 , saturation: 0.28 and the lightness value of beb98b is 0.65.

The process color (four color CMYK) of #beb98b color hex is 0.00, 0.03, 0.27, 0.25. Web safe color of #beb98b is #cccc99. Color #beb98b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 10001011
Octal 276 271 213
Decimal 190 185 139
Hex BE B9 8B

RGB Percentages of Color #beb98b

%36.96
%35.99
%27.04

CMYK Percentages of Color #beb98b

%0
%3
%27
%25

Triadic Colors of #beb98b

#beb98b #8bbeb9 #b98bbe

Analogous Colors of #beb98b

#beb98b #aabe8b #bea08b

Monochromatic Colors of #beb98b

#beb98b

Complementary Color

#beb98b #8b90be

#beb98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb98b Color CSS Codes

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

#beb98b Text Font Color

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

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


#beb98b Background Color

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

This div background color is #beb98b


#beb98b Border Color

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

This div border color is #beb98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb98b


Comments

No comments written yet.

Please login to write comment.