Color Hex Logo

#beb88e Color Hex

#BEB88E
(190,184,142)
0 Favorites   0 Comments

Color spaces of #beb88e

RGB 190184142
HSL0.150.270.65
HSV53°25°75°
CMYK 0.000.030.25   0.25
XYZ43.258247.181132.4181
Yxy47.18110.35210.3840
Hunter Lab68.6885-7.790320.0995
CIE-Lab74.3055-4.644122.1505

#beb88e color RGB value is (190,184,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 10001110
Octal 276 270 216
Decimal 190 184 142
Hex BE B8 8E

RGB Percentages of Color #beb88e

%36.82
%35.66
%27.52

CMYK Percentages of Color #beb88e

%0
%3
%25
%25

Triadic Colors of #beb88e

#beb88e #8ebeb8 #b88ebe

Analogous Colors of #beb88e

#beb88e #acbe8e #bea08e

Monochromatic Colors of #beb88e

#beb88e

Complementary Color

#beb88e #8e94be

#beb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb88e Color CSS Codes

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

#beb88e Text Font Color

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

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


#beb88e Background Color

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

This div background color is #beb88e


#beb88e Border Color

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

This div border color is #beb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb88e


Comments

No comments written yet.

Please login to write comment.