Color Hex Logo

#bea02b Color Hex

#BEA02B
(190,160,43)
0 Favorites   0 Comments

Color spaces of #bea02b

RGB 19016043
HSL0.130.630.46
HSV48°77°75°
CMYK 0.000.160.77   0.25
XYZ34.242136.26327.4802
Yxy36.26320.43910.4650
Hunter Lab60.2189-3.883234.7884
CIE-Lab66.7205-0.777560.7096

#bea02b color RGB value is (190,160,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 00101011
Octal 276 240 53
Decimal 190 160 43
Hex BE A0 2B

RGB Percentages of Color #bea02b

%48.35
%40.71
%10.94

CMYK Percentages of Color #bea02b

%0
%16
%77
%25

Triadic Colors of #bea02b

#bea02b #2bbea0 #a02bbe

Analogous Colors of #bea02b

#bea02b #93be2b #be572b

Monochromatic Colors of #bea02b

#bea02b

Complementary Color

#bea02b #2b49be

#bea02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea02b Color CSS Codes

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

#bea02b Text Font Color

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

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


#bea02b Background Color

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

This div background color is #bea02b


#bea02b Border Color

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

This div border color is #bea02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea02b


Comments

No comments written yet.

Please login to write comment.