Color Hex Logo

#beaa20 Color Hex

#BEAA20
(190,170,32)
0 Favorites   0 Comments

Color spaces of #beaa20

RGB 19017032
HSL0.150.710.44
HSV52°83°75°
CMYK 0.000.110.83   0.25
XYZ35.870639.80097.1583
Yxy39.80090.43310.4805
Hunter Lab63.0880-8.912237.4342
CIE-Lab69.3275-6.461466.3966

#beaa20 color RGB value is (190,170,32).

#beaa20 hex color red value is 190, green value is 170 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #beaa20 hue: 0.15 , saturation: 0.71 and the lightness value of beaa20 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 00100000
Octal 276 252 40
Decimal 190 170 32
Hex BE AA 20

RGB Percentages of Color #beaa20

%48.47
%43.37
%8.16

CMYK Percentages of Color #beaa20

%0
%11
%83
%25

Triadic Colors of #beaa20

#beaa20 #20beaa #aa20be

Analogous Colors of #beaa20

#beaa20 #83be20 #be5b20

Monochromatic Colors of #beaa20

#beaa20

Complementary Color

#beaa20 #2034be

#beaa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa20 Color CSS Codes

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

#beaa20 Text Font Color

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

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


#beaa20 Background Color

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

This div background color is #beaa20


#beaa20 Border Color

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

This div border color is #beaa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa20


Comments

No comments written yet.

Please login to write comment.