Color Hex Logo

#beb098 Color Hex

#BEB098
(190,176,152)
1 Favorites   0 Comments

Color spaces of #beb098

RGB 190176152
HSL0.110.230.67
HSV38°20°75°
CMYK 0.000.070.20   0.25
XYZ42.428044.264836.0135
Yxy44.26480.34580.3607
Hunter Lab66.5318-2.599414.4787
CIE-Lab72.40511.070714.1090

#beb098 color RGB value is (190,176,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 10011000
Octal 276 260 230
Decimal 190 176 152
Hex BE B0 98

RGB Percentages of Color #beb098

%36.68
%33.98
%29.34

CMYK Percentages of Color #beb098

%0
%7
%20
%25

Triadic Colors of #beb098

#beb098 #98beb0 #b098be

Analogous Colors of #beb098

#beb098 #b9be98 #be9d98

Monochromatic Colors of #beb098

#beb098

Complementary Color

#beb098 #98a6be

#beb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb098 Color CSS Codes

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

#beb098 Text Font Color

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

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


#beb098 Background Color

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

This div background color is #beb098


#beb098 Border Color

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

This div border color is #beb098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb098


Comments

No comments written yet.

Please login to write comment.