Color Hex Logo

#beb997 Color Hex

#BEB997
(190,185,151)
0 Favorites   0 Comments

Color spaces of #beb997

RGB 190185151
HSL0.150.230.67
HSV52°21°75°
CMYK 0.000.030.21   0.25
XYZ44.170147.879436.1918
Yxy47.87940.34440.3734
Hunter Lab69.1949-7.146917.4254
CIE-Lab74.7488-3.871317.9219

#beb997 color RGB value is (190,185,151).

#beb997 hex color red value is 190, green value is 185 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #beb997 hue: 0.15 , saturation: 0.23 and the lightness value of beb997 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 10010111
Octal 276 271 227
Decimal 190 185 151
Hex BE B9 97

RGB Percentages of Color #beb997

%36.12
%35.17
%28.71

CMYK Percentages of Color #beb997

%0
%3
%21
%25

Triadic Colors of #beb997

#beb997 #97beb9 #b997be

Analogous Colors of #beb997

#beb997 #b0be97 #bea697

Monochromatic Colors of #beb997

#beb997

Complementary Color

#beb997 #979cbe

#beb997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb997 Color CSS Codes

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

#beb997 Text Font Color

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

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


#beb997 Background Color

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

This div background color is #beb997


#beb997 Border Color

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

This div border color is #beb997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb997


Comments

No comments written yet.

Please login to write comment.