Color Hex Logo

#beb98f Color Hex

#BEB98F
(190,185,143)
0 Favorites   0 Comments

Color spaces of #beb98f

RGB 190185143
HSL0.150.270.65
HSV54°25°75°
CMYK 0.000.030.25   0.25
XYZ43.542147.628232.8849
Yxy47.62820.35100.3839
Hunter Lab69.0132-8.153120.0574
CIE-Lab74.5898-5.030222.0028

#beb98f color RGB value is (190,185,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 10001111
Octal 276 271 217
Decimal 190 185 143
Hex BE B9 8F

RGB Percentages of Color #beb98f

%36.68
%35.71
%27.61

CMYK Percentages of Color #beb98f

%0
%3
%25
%25

Triadic Colors of #beb98f

#beb98f #8fbeb9 #b98fbe

Analogous Colors of #beb98f

#beb98f #acbe8f #bea28f

Monochromatic Colors of #beb98f

#beb98f

Complementary Color

#beb98f #8f94be

#beb98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb98f Color CSS Codes

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

#beb98f Text Font Color

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

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


#beb98f Background Color

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

This div background color is #beb98f


#beb98f Border Color

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

This div border color is #beb98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb98f


Comments

No comments written yet.

Please login to write comment.