Color Hex Logo

#bebe96 Color Hex

#BEBE96
(190,190,150)
0 Favorites   0 Comments

Color spaces of #bebe96

RGB 190190150
HSL0.170.240.67
HSV60°21°75°
CMYK 0.000.000.21   0.25
XYZ45.153749.976136.1207
Yxy49.97610.34400.3808
Hunter Lab70.6938-9.702219.1917
CIE-Lab76.0546-6.646020.2640

#bebe96 color RGB value is (190,190,150).

#bebe96 hex color red value is 190, green value is 190 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bebe96 hue: 0.17 , saturation: 0.24 and the lightness value of bebe96 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10010110
Octal 276 276 226
Decimal 190 190 150
Hex BE BE 96

RGB Percentages of Color #bebe96

%35.85
%35.85
%28.30

CMYK Percentages of Color #bebe96

%0
%0
%21
%25

Triadic Colors of #bebe96

#bebe96 #96bebe #be96be

Analogous Colors of #bebe96

#bebe96 #aabe96 #beaa96

Monochromatic Colors of #bebe96

#bebe96

Complementary Color

#bebe96 #9696be

#bebe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe96 Color CSS Codes

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

#bebe96 Text Font Color

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

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


#bebe96 Background Color

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

This div background color is #bebe96


#bebe96 Border Color

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

This div border color is #bebe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe96


Comments

No comments written yet.

Please login to write comment.