Color Hex Logo

#beb6aa Color Hex

#BEB6AA
(190,182,170)
0 Favorites   0 Comments

Color spaces of #beb6aa

RGB 190182170
HSL0.100.130.71
HSV36°11°75°
CMYK 0.000.040.11   0.25
XYZ45.218947.305344.7778
Yxy47.30530.32930.3445
Hunter Lab68.7788-3.00759.5450
CIE-Lab74.38460.73987.1059

#beb6aa color RGB value is (190,182,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 10101010
Octal 276 266 252
Decimal 190 182 170
Hex BE B6 AA

RGB Percentages of Color #beb6aa

%35.06
%33.58
%31.37

CMYK Percentages of Color #beb6aa

%0
%4
%11
%25

Triadic Colors of #beb6aa

#beb6aa #aabeb6 #b6aabe

Analogous Colors of #beb6aa

#beb6aa #bcbeaa #beacaa

Monochromatic Colors of #beb6aa

#beb6aa

Complementary Color

#beb6aa #aab2be

#beb6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb6aa Color CSS Codes

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

#beb6aa Text Font Color

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

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


#beb6aa Background Color

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

This div background color is #beb6aa


#beb6aa Border Color

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

This div border color is #beb6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb6aa


Comments

No comments written yet.

Please login to write comment.