Color Hex Logo

#bea03a Color Hex

#BEA03A
(190,160,58)
0 Favorites   0 Comments

Color spaces of #bea03a

RGB 19016058
HSL0.130.530.49
HSV46°69°75°
CMYK 0.000.160.69   0.25
XYZ34.569736.39429.2058
Yxy36.39420.43120.4540
Hunter Lab60.3276-3.286933.1819
CIE-Lab66.8200-0.075355.0128

#bea03a color RGB value is (190,160,58).

#bea03a hex color red value is 190, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bea03a hue: 0.13 , saturation: 0.53 and the lightness value of bea03a is 0.49.

The process color (four color CMYK) of #bea03a color hex is 0.00, 0.16, 0.69, 0.25. Web safe color of #bea03a is #cc9933. Color #bea03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 00111010
Octal 276 240 72
Decimal 190 160 58
Hex BE A0 3A

RGB Percentages of Color #bea03a

%46.57
%39.22
%14.22

CMYK Percentages of Color #bea03a

%0
%16
%69
%25

Triadic Colors of #bea03a

#bea03a #3abea0 #a03abe

Analogous Colors of #bea03a

#bea03a #9abe3a #be5e3a

Monochromatic Colors of #bea03a

#bea03a

Complementary Color

#bea03a #3a58be

#bea03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea03a Color CSS Codes

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

#bea03a Text Font Color

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

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


#bea03a Background Color

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

This div background color is #bea03a


#bea03a Border Color

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

This div border color is #bea03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea03a


Comments

No comments written yet.

Please login to write comment.