Color Hex Logo

#beaa9d Color Hex

#BEAA9D
(190,170,157)
0 Favorites   0 Comments

Color spaces of #beaa9d

RGB 190170157
HSL0.070.200.68
HSV24°17°75°
CMYK 0.000.110.17   0.25
XYZ41.695742.130937.8328
Yxy42.13090.34270.3463
Hunter Lab64.90831.075010.8777
CIE-Lab70.96115.08389.3283

#beaa9d color RGB value is (190,170,157).

#beaa9d hex color red value is 190, green value is 170 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #beaa9d hue: 0.07 , saturation: 0.20 and the lightness value of beaa9d is 0.68.

The process color (four color CMYK) of #beaa9d color hex is 0.00, 0.11, 0.17, 0.25. Web safe color of #beaa9d is #cc9999. Color #beaa9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10011101
Octal 276 252 235
Decimal 190 170 157
Hex BE AA 9D

RGB Percentages of Color #beaa9d

%36.75
%32.88
%30.37

CMYK Percentages of Color #beaa9d

%0
%11
%17
%25

Triadic Colors of #beaa9d

#beaa9d #9dbeaa #aa9dbe

Analogous Colors of #beaa9d

#beaa9d #bebb9d #be9da1

Monochromatic Colors of #beaa9d

#beaa9d

Complementary Color

#beaa9d #9db1be

#beaa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa9d Color CSS Codes

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

#beaa9d Text Font Color

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

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


#beaa9d Background Color

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

This div background color is #beaa9d


#beaa9d Border Color

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

This div border color is #beaa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa9d


Comments

No comments written yet.

Please login to write comment.