Color Hex Logo

#beb3aa Color Hex

#BEB3AA
(190,179,170)
0 Favorites   0 Comments

Color spaces of #beb3aa

RGB 190179170
HSL0.080.130.71
HSV27°11°75°
CMYK 0.000.060.11   0.25
XYZ44.611046.089644.5751
Yxy46.08960.32980.3407
Hunter Lab67.8893-1.51158.5936
CIE-Lab73.60362.34915.9841

#beb3aa color RGB value is (190,179,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 10101010
Octal 276 263 252
Decimal 190 179 170
Hex BE B3 AA

RGB Percentages of Color #beb3aa

%35.25
%33.21
%31.54

CMYK Percentages of Color #beb3aa

%0
%6
%11
%25

Triadic Colors of #beb3aa

#beb3aa #aabeb3 #b3aabe

Analogous Colors of #beb3aa

#beb3aa #bebdaa #beaaab

Monochromatic Colors of #beb3aa

#beb3aa

Complementary Color

#beb3aa #aab5be

#beb3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb3aa Color CSS Codes

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

#beb3aa Text Font Color

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

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


#beb3aa Background Color

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

This div background color is #beb3aa


#beb3aa Border Color

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

This div border color is #beb3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb3aa


Comments

No comments written yet.

Please login to write comment.