Color Hex Logo

#beaa54 Color Hex

#BEAA54
(190,170,84)
0 Favorites   0 Comments

Color spaces of #beaa54

RGB 19017084
HSL0.140.450.54
HSV49°56°75°
CMYK 0.000.110.56   0.25
XYZ37.210240.336714.2121
Yxy40.33670.40550.4396
Hunter Lab63.5112-6.564231.1903
CIE-Lab69.7087-3.661346.3211

#beaa54 color RGB value is (190,170,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 01010100
Octal 276 252 124
Decimal 190 170 84
Hex BE AA 54

RGB Percentages of Color #beaa54

%42.79
%38.29
%18.92

CMYK Percentages of Color #beaa54

%0
%11
%56
%25

Triadic Colors of #beaa54

#beaa54 #54beaa #aa54be

Analogous Colors of #beaa54

#beaa54 #9dbe54 #be7554

Monochromatic Colors of #beaa54

#beaa54

Complementary Color

#beaa54 #5468be

#beaa54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa54 Color CSS Codes

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

#beaa54 Text Font Color

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

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


#beaa54 Background Color

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

This div background color is #beaa54


#beaa54 Border Color

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

This div border color is #beaa54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa54


Comments

No comments written yet.

Please login to write comment.