Color Hex Logo

#beaaa9 Color Hex

#BEAAA9
(190,170,169)
0 Favorites   0 Comments

Color spaces of #beaaa9

RGB 190170169
HSL0.010.140.70
HSV11°75°
CMYK 0.000.110.11   0.25
XYZ42.771442.561243.4970
Yxy42.56120.33200.3304
Hunter Lab65.23892.85856.1366
CIE-Lab71.25617.05153.1438

#beaaa9 color RGB value is (190,170,169).

#beaaa9 hex color red value is 190, green value is 170 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #beaaa9 hue: 0.01 , saturation: 0.14 and the lightness value of beaaa9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10101001
Octal 276 252 251
Decimal 190 170 169
Hex BE AA A9

RGB Percentages of Color #beaaa9

%35.92
%32.14
%31.95

CMYK Percentages of Color #beaaa9

%0
%11
%11
%25

Triadic Colors of #beaaa9

#beaaa9 #a9beaa #aaa9be

Analogous Colors of #beaaa9

#beaaa9 #beb5a9 #bea9b3

Monochromatic Colors of #beaaa9

#beaaa9

Complementary Color

#beaaa9 #a9bdbe

#beaaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaa9 Color CSS Codes

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

#beaaa9 Text Font Color

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

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


#beaaa9 Background Color

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

This div background color is #beaaa9


#beaaa9 Border Color

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

This div border color is #beaaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaa9


Comments

No comments written yet.

Please login to write comment.