Color Hex Logo

#beb8aa Color Hex

#BEB8AA
(190,184,170)
0 Favorites   0 Comments

Color spaces of #beb8aa

RGB 190184170
HSL0.120.130.71
HSV42°11°75°
CMYK 0.000.030.11   0.25
XYZ45.631448.130444.9153
Yxy48.13040.32900.3471
Hunter Lab69.3761-4.001610.1779
CIE-Lab74.9071-0.32897.8547

#beb8aa color RGB value is (190,184,170).

#beb8aa hex color red value is 190, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #beb8aa hue: 0.12 , saturation: 0.13 and the lightness value of beb8aa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 10101010
Octal 276 270 252
Decimal 190 184 170
Hex BE B8 AA

RGB Percentages of Color #beb8aa

%34.93
%33.82
%31.25

CMYK Percentages of Color #beb8aa

%0
%3
%11
%25

Triadic Colors of #beb8aa

#beb8aa #aabeb8 #b8aabe

Analogous Colors of #beb8aa

#beb8aa #babeaa #beaeaa

Monochromatic Colors of #beb8aa

#beb8aa

Complementary Color

#beb8aa #aab0be

#beb8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb8aa Color CSS Codes

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

#beb8aa Text Font Color

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

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


#beb8aa Background Color

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

This div background color is #beb8aa


#beb8aa Border Color

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

This div border color is #beb8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb8aa


Comments

No comments written yet.

Please login to write comment.