Color Hex Logo

#beb09a Color Hex

#BEB09A
(190,176,154)
0 Favorites   0 Comments

Color spaces of #beb09a

RGB 190176154
HSL0.100.220.67
HSV37°19°75°
CMYK 0.000.070.19   0.25
XYZ42.593344.330936.8837
Yxy44.33090.34400.3581
Hunter Lab66.5815-2.328013.7625
CIE-Lab72.44911.376713.0796

#beb09a color RGB value is (190,176,154).

#beb09a hex color red value is 190, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #beb09a hue: 0.10 , saturation: 0.22 and the lightness value of beb09a is 0.67.

The process color (four color CMYK) of #beb09a color hex is 0.00, 0.07, 0.19, 0.25. Web safe color of #beb09a is #cc9999. Color #beb09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 10011010
Octal 276 260 232
Decimal 190 176 154
Hex BE B0 9A

RGB Percentages of Color #beb09a

%36.54
%33.85
%29.62

CMYK Percentages of Color #beb09a

%0
%7
%19
%25

Triadic Colors of #beb09a

#beb09a #9abeb0 #b09abe

Analogous Colors of #beb09a

#beb09a #babe9a #be9e9a

Monochromatic Colors of #beb09a

#beb09a

Complementary Color

#beb09a #9aa8be

#beb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb09a Color CSS Codes

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

#beb09a Text Font Color

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

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


#beb09a Background Color

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

This div background color is #beb09a


#beb09a Border Color

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

This div border color is #beb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb09a


Comments

No comments written yet.

Please login to write comment.