Color Hex Logo

#beaa12 Color Hex

#BEAA12
(190,170,18)
0 Favorites   0 Comments

Color spaces of #beaa12

RGB 19017018
HSL0.150.830.41
HSV53°91°75°
CMYK 0.000.110.91   0.25
XYZ35.719139.74036.3603
Yxy39.74030.43660.4857
Hunter Lab63.0399-9.179838.1460
CIE-Lab69.2842-6.784069.4403

#beaa12 color RGB value is (190,170,18).

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

The process color (four color CMYK) of #beaa12 color hex is 0.00, 0.11, 0.91, 0.25. Web safe color of #beaa12 is #cc9900. Color #beaa12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 00010010
Octal 276 252 22
Decimal 190 170 18
Hex BE AA 12

RGB Percentages of Color #beaa12

%50.26
%44.97
%4.76

CMYK Percentages of Color #beaa12

%0
%11
%91
%25

Triadic Colors of #beaa12

#beaa12 #12beaa #aa12be

Analogous Colors of #beaa12

#beaa12 #7cbe12 #be5412

Monochromatic Colors of #beaa12

#beaa12

Complementary Color

#beaa12 #1226be

#beaa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa12 Color CSS Codes

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

#beaa12 Text Font Color

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

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


#beaa12 Background Color

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

This div background color is #beaa12


#beaa12 Border Color

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

This div border color is #beaa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa12


Comments

No comments written yet.

Please login to write comment.