Color Hex Logo

#beb396 Color Hex

#BEB396
(190,179,150)
0 Favorites   0 Comments

Color spaces of #beb396

RGB 190179150
HSL0.120.240.67
HSV44°21°75°
CMYK 0.000.060.21   0.25
XYZ42.860345.389435.3562
Yxy45.38940.34670.3672
Hunter Lab67.3717-4.342816.0452
CIE-Lab73.1476-0.836016.2357

#beb396 color RGB value is (190,179,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 10010110
Octal 276 263 226
Decimal 190 179 150
Hex BE B3 96

RGB Percentages of Color #beb396

%36.61
%34.49
%28.90

CMYK Percentages of Color #beb396

%0
%6
%21
%25

Triadic Colors of #beb396

#beb396 #96beb3 #b396be

Analogous Colors of #beb396

#beb396 #b5be96 #be9f96

Monochromatic Colors of #beb396

#beb396

Complementary Color

#beb396 #96a1be

#beb396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb396 Color CSS Codes

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

#beb396 Text Font Color

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

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


#beb396 Background Color

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

This div background color is #beb396


#beb396 Border Color

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

This div border color is #beb396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb396


Comments

No comments written yet.

Please login to write comment.