Color Hex Logo

#beaa8d Color Hex

#BEAA8D
(190,170,141)
0 Favorites   0 Comments

Color spaces of #beaa8d

RGB 190170141
HSL0.100.270.65
HSV36°26°75°
CMYK 0.000.110.26   0.25
XYZ40.417641.619731.1025
Yxy41.61970.35720.3679
Hunter Lab64.5133-1.068116.5751
CIE-Lab70.60792.683817.6070

#beaa8d color RGB value is (190,170,141).

#beaa8d hex color red value is 190, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #beaa8d hue: 0.10 , saturation: 0.27 and the lightness value of beaa8d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10001101
Octal 276 252 215
Decimal 190 170 141
Hex BE AA 8D

RGB Percentages of Color #beaa8d

%37.92
%33.93
%28.14

CMYK Percentages of Color #beaa8d

%0
%11
%26
%25

Triadic Colors of #beaa8d

#beaa8d #8dbeaa #aa8dbe

Analogous Colors of #beaa8d

#beaa8d #babe8d #be928d

Monochromatic Colors of #beaa8d

#beaa8d

Complementary Color

#beaa8d #8da1be

#beaa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa8d Color CSS Codes

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

#beaa8d Text Font Color

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

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


#beaa8d Background Color

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

This div background color is #beaa8d


#beaa8d Border Color

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

This div border color is #beaa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa8d


Comments

No comments written yet.

Please login to write comment.