Color Hex Logo

#bea49a Color Hex

#BEA49A
(190,164,154)
0 Favorites   0 Comments

Color spaces of #bea49a

RGB 190164154
HSL0.050.220.67
HSV17°19°75°
CMYK 0.000.140.19   0.25
XYZ40.343439.831236.1337
Yxy39.83120.34690.3425
Hunter Lab63.11203.657610.2329
CIE-Lab69.34917.87948.6863

#bea49a color RGB value is (190,164,154).

#bea49a hex color red value is 190, green value is 164 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bea49a hue: 0.05 , saturation: 0.22 and the lightness value of bea49a is 0.67.

The process color (four color CMYK) of #bea49a color hex is 0.00, 0.14, 0.19, 0.25. Web safe color of #bea49a is #cc9999. Color #bea49a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10011010
Octal 276 244 232
Decimal 190 164 154
Hex BE A4 9A

RGB Percentages of Color #bea49a

%37.40
%32.28
%30.31

CMYK Percentages of Color #bea49a

%0
%14
%19
%25

Triadic Colors of #bea49a

#bea49a #9abea4 #a49abe

Analogous Colors of #bea49a

#bea49a #beb69a #be9aa2

Monochromatic Colors of #bea49a

#bea49a

Complementary Color

#bea49a #9ab4be

#bea49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea49a Color CSS Codes

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

#bea49a Text Font Color

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

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


#bea49a Background Color

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

This div background color is #bea49a


#bea49a Border Color

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

This div border color is #bea49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea49a


Comments

No comments written yet.

Please login to write comment.