Color Hex Logo

#beba98 Color Hex

#BEBA98
(190,186,152)
0 Favorites   0 Comments

Color spaces of #beba98

RGB 190186152
HSL0.150.230.67
HSV54°20°75°
CMYK 0.000.020.20   0.25
XYZ44.461648.332036.6914
Yxy48.33200.34340.3733
Hunter Lab69.5212-7.504217.3732
CIE-Lab75.0339-4.249817.7788

#beba98 color RGB value is (190,186,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10011000
Octal 276 272 230
Decimal 190 186 152
Hex BE BA 98

RGB Percentages of Color #beba98

%35.98
%35.23
%28.79

CMYK Percentages of Color #beba98

%0
%2
%20
%25

Triadic Colors of #beba98

#beba98 #98beba #ba98be

Analogous Colors of #beba98

#beba98 #afbe98 #bea798

Monochromatic Colors of #beba98

#beba98

Complementary Color

#beba98 #989cbe

#beba98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba98 Color CSS Codes

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

#beba98 Text Font Color

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

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


#beba98 Background Color

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

This div background color is #beba98


#beba98 Border Color

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

This div border color is #beba98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba98


Comments

No comments written yet.

Please login to write comment.