Color Hex Logo

#beaa22 Color Hex

#BEAA22
(190,170,34)
0 Favorites   0 Comments

Color spaces of #beaa22

RGB 19017034
HSL0.150.700.44
HSV52°82°75°
CMYK 0.000.110.82   0.25
XYZ35.898739.81217.3058
Yxy39.81210.43240.4796
Hunter Lab63.0968-8.862637.3028
CIE-Lab69.3355-6.401665.8597

#beaa22 color RGB value is (190,170,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 00100010
Octal 276 252 42
Decimal 190 170 34
Hex BE AA 22

RGB Percentages of Color #beaa22

%48.22
%43.15
%8.63

CMYK Percentages of Color #beaa22

%0
%11
%82
%25

Triadic Colors of #beaa22

#beaa22 #22beaa #aa22be

Analogous Colors of #beaa22

#beaa22 #84be22 #be5c22

Monochromatic Colors of #beaa22

#beaa22

Complementary Color

#beaa22 #2236be

#beaa22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa22 Color CSS Codes

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

#beaa22 Text Font Color

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

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


#beaa22 Background Color

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

This div background color is #beaa22


#beaa22 Border Color

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

This div border color is #beaa22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa22


Comments

No comments written yet.

Please login to write comment.