Color Hex Logo

#beb08a Color Hex

#BEB08A
(190,176,138)
0 Favorites   0 Comments

Color spaces of #beb08a

RGB 190176138
HSL0.120.290.64
HSV44°27°75°
CMYK 0.000.070.27   0.25
XYZ41.348043.832830.3261
Yxy43.83280.35800.3795
Hunter Lab66.2063-4.382119.1864
CIE-Lab72.1166-0.955921.3134

#beb08a color RGB value is (190,176,138).

#beb08a hex color red value is 190, green value is 176 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #beb08a hue: 0.12 , saturation: 0.29 and the lightness value of beb08a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 10001010
Octal 276 260 212
Decimal 190 176 138
Hex BE B0 8A

RGB Percentages of Color #beb08a

%37.70
%34.92
%27.38

CMYK Percentages of Color #beb08a

%0
%7
%27
%25

Triadic Colors of #beb08a

#beb08a #8abeb0 #b08abe

Analogous Colors of #beb08a

#beb08a #b2be8a #be968a

Monochromatic Colors of #beb08a

#beb08a

Complementary Color

#beb08a #8a98be

#beb08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb08a Color CSS Codes

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

#beb08a Text Font Color

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

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


#beb08a Background Color

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

This div background color is #beb08a


#beb08a Border Color

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

This div border color is #beb08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb08a


Comments

No comments written yet.

Please login to write comment.