Color Hex Logo

#beb06e Color Hex

#BEB06E
(190,176,110)
0 Favorites   0 Comments

Color spaces of #beb06e

RGB 190176110
HSL0.140.380.59
HSV50°42°75°
CMYK 0.000.070.42   0.25
XYZ39.575043.123620.9897
Yxy43.12360.38170.4159
Hunter Lab65.6686-7.347427.0171
CIE-Lab71.6388-4.390735.5668

#beb06e color RGB value is (190,176,110).

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

The process color (four color CMYK) of #beb06e color hex is 0.00, 0.07, 0.42, 0.25. Web safe color of #beb06e is #cc9966. Color #beb06e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01101110
Octal 276 260 156
Decimal 190 176 110
Hex BE B0 6E

RGB Percentages of Color #beb06e

%39.92
%36.97
%23.11

CMYK Percentages of Color #beb06e

%0
%7
%42
%25

Triadic Colors of #beb06e

#beb06e #6ebeb0 #b06ebe

Analogous Colors of #beb06e

#beb06e #a4be6e #be886e

Monochromatic Colors of #beb06e

#beb06e

Complementary Color

#beb06e #6e7cbe

#beb06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb06e Color CSS Codes

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

#beb06e Text Font Color

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

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


#beb06e Background Color

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

This div background color is #beb06e


#beb06e Border Color

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

This div border color is #beb06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb06e


Comments

No comments written yet.

Please login to write comment.