Color Hex Logo

#beaaa0 Color Hex

#BEAAA0
(190,170,160)
0 Favorites   0 Comments

Color spaces of #beaaa0

RGB 190170160
HSL0.060.190.69
HSV20°16°75°
CMYK 0.000.110.16   0.25
XYZ41.955142.234739.1985
Yxy42.23470.34000.3423
Hunter Lab64.98821.50669.7302
CIE-Lab71.03245.56257.7794

#beaaa0 color RGB value is (190,170,160).

#beaaa0 hex color red value is 190, green value is 170 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #beaaa0 hue: 0.06 , saturation: 0.19 and the lightness value of beaaa0 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10100000
Octal 276 252 240
Decimal 190 170 160
Hex BE AA A0

RGB Percentages of Color #beaaa0

%36.54
%32.69
%30.77

CMYK Percentages of Color #beaaa0

%0
%11
%16
%25

Triadic Colors of #beaaa0

#beaaa0 #a0beaa #aaa0be

Analogous Colors of #beaaa0

#beaaa0 #beb9a0 #bea0a5

Monochromatic Colors of #beaaa0

#beaaa0

Complementary Color

#beaaa0 #a0b4be

#beaaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaa0 Color CSS Codes

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

#beaaa0 Text Font Color

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

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


#beaaa0 Background Color

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

This div background color is #beaaa0


#beaaa0 Border Color

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

This div border color is #beaaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaa0


Comments

No comments written yet.

Please login to write comment.