Color Hex Logo

#bebb93 Color Hex

#BEBB93
(190,187,147)
0 Favorites   0 Comments

Color spaces of #bebb93

RGB 190187147
HSL0.160.250.66
HSV56°23°75°
CMYK 0.000.020.23   0.25
XYZ44.272048.594434.6500
Yxy48.59440.34720.3811
Hunter Lab69.7097-8.628219.3260
CIE-Lab75.1983-5.511220.6928

#bebb93 color RGB value is (190,187,147).

#bebb93 hex color red value is 190, green value is 187 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bebb93 hue: 0.16 , saturation: 0.25 and the lightness value of bebb93 is 0.66.

The process color (four color CMYK) of #bebb93 color hex is 0.00, 0.02, 0.23, 0.25. Web safe color of #bebb93 is #cccc99. Color #bebb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10010011
Octal 276 273 223
Decimal 190 187 147
Hex BE BB 93

RGB Percentages of Color #bebb93

%36.26
%35.69
%28.05

CMYK Percentages of Color #bebb93

%0
%2
%23
%25

Triadic Colors of #bebb93

#bebb93 #93bebb #bb93be

Analogous Colors of #bebb93

#bebb93 #acbe93 #bea693

Monochromatic Colors of #bebb93

#bebb93

Complementary Color

#bebb93 #9396be

#bebb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebb93 Color CSS Codes

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

#bebb93 Text Font Color

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

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


#bebb93 Background Color

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

This div background color is #bebb93


#bebb93 Border Color

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

This div border color is #bebb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebb93


Comments

No comments written yet.

Please login to write comment.