Color Hex Logo

#beaa34 Color Hex

#BEAA34
(190,170,52)
0 Favorites   0 Comments

Color spaces of #beaa34

RGB 19017052
HSL0.140.570.47
HSV51°73°75°
CMYK 0.000.110.73   0.25
XYZ36.229839.94459.0494
Yxy39.94450.42510.4687
Hunter Lab63.2017-8.279335.7518
CIE-Lab69.4300-5.701160.0127

#beaa34 color RGB value is (190,170,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 00110100
Octal 276 252 64
Decimal 190 170 52
Hex BE AA 34

RGB Percentages of Color #beaa34

%46.12
%41.26
%12.62

CMYK Percentages of Color #beaa34

%0
%11
%73
%25

Triadic Colors of #beaa34

#beaa34 #34beaa #aa34be

Analogous Colors of #beaa34

#beaa34 #8dbe34 #be6534

Monochromatic Colors of #beaa34

#beaa34

Complementary Color

#beaa34 #3448be

#beaa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa34 Color CSS Codes

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

#beaa34 Text Font Color

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

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


#beaa34 Background Color

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

This div background color is #beaa34


#beaa34 Border Color

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

This div border color is #beaa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa34


Comments

No comments written yet.

Please login to write comment.