Color Hex Logo

#beaa86 Color Hex

#BEAA86
(190,170,134)
0 Favorites   0 Comments

Color spaces of #beaa86

RGB 190170134
HSL0.110.300.64
HSV39°29°75°
CMYK 0.000.110.29   0.25
XYZ39.913041.417828.4451
Yxy41.41780.36360.3773
Hunter Lab64.3567-1.921218.8440
CIE-Lab70.46771.717121.2287

#beaa86 color RGB value is (190,170,134).

#beaa86 hex color red value is 190, green value is 170 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #beaa86 hue: 0.11 , saturation: 0.30 and the lightness value of beaa86 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10000110
Octal 276 252 206
Decimal 190 170 134
Hex BE AA 86

RGB Percentages of Color #beaa86

%38.46
%34.41
%27.13

CMYK Percentages of Color #beaa86

%0
%11
%29
%25

Triadic Colors of #beaa86

#beaa86 #86beaa #aa86be

Analogous Colors of #beaa86

#beaa86 #b6be86 #be8e86

Monochromatic Colors of #beaa86

#beaa86

Complementary Color

#beaa86 #869abe

#beaa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa86 Color CSS Codes

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

#beaa86 Text Font Color

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

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


#beaa86 Background Color

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

This div background color is #beaa86


#beaa86 Border Color

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

This div border color is #beaa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa86


Comments

No comments written yet.

Please login to write comment.