Color Hex Logo

#beb08d Color Hex

#BEB08D
(190,176,141)
0 Favorites   0 Comments

Color spaces of #beb08d

RGB 190176141
HSL0.120.270.65
HSV43°26°75°
CMYK 0.000.070.26   0.25
XYZ41.568343.920931.4860
Yxy43.92090.35540.3755
Hunter Lab66.2728-4.017018.2225
CIE-Lab72.1756-0.538519.7708

#beb08d color RGB value is (190,176,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 10001101
Octal 276 260 215
Decimal 190 176 141
Hex BE B0 8D

RGB Percentages of Color #beb08d

%37.48
%34.71
%27.81

CMYK Percentages of Color #beb08d

%0
%7
%26
%25

Triadic Colors of #beb08d

#beb08d #8dbeb0 #b08dbe

Analogous Colors of #beb08d

#beb08d #b4be8d #be988d

Monochromatic Colors of #beb08d

#beb08d

Complementary Color

#beb08d #8d9bbe

#beb08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb08d Color CSS Codes

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

#beb08d Text Font Color

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

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


#beb08d Background Color

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

This div background color is #beb08d


#beb08d Border Color

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

This div border color is #beb08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb08d


Comments

No comments written yet.

Please login to write comment.