Color Hex Logo

#beb18e Color Hex

#BEB18E
(190,177,142)
0 Favorites   0 Comments

Color spaces of #beb18e

RGB 190177142
HSL0.120.270.65
HSV44°25°75°
CMYK 0.000.070.25   0.25
XYZ41.839844.344431.9453
Yxy44.34440.35420.3754
Hunter Lab66.5916-4.382918.1715
CIE-Lab72.4581-0.931719.6178

#beb18e color RGB value is (190,177,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 10001110
Octal 276 261 216
Decimal 190 177 142
Hex BE B1 8E

RGB Percentages of Color #beb18e

%37.33
%34.77
%27.90

CMYK Percentages of Color #beb18e

%0
%7
%25
%25

Triadic Colors of #beb18e

#beb18e #8ebeb1 #b18ebe

Analogous Colors of #beb18e

#beb18e #b3be8e #be998e

Monochromatic Colors of #beb18e

#beb18e

Complementary Color

#beb18e #8e9bbe

#beb18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb18e Color CSS Codes

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

#beb18e Text Font Color

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

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


#beb18e Background Color

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

This div background color is #beb18e


#beb18e Border Color

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

This div border color is #beb18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb18e


Comments

No comments written yet.

Please login to write comment.