Color Hex Logo

#bea12a Color Hex

#BEA12A
(190,161,42)
0 Favorites   0 Comments

Color spaces of #bea12a

RGB 19016142
HSL0.130.640.45
HSV48°78°75°
CMYK 0.000.150.78   0.25
XYZ34.398036.60417.4428
Yxy36.60410.43850.4666
Hunter Lab60.5013-4.391235.0571
CIE-Lab66.9789-1.352261.2919

#bea12a color RGB value is (190,161,42).

#bea12a hex color red value is 190, green value is 161 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bea12a hue: 0.13 , saturation: 0.64 and the lightness value of bea12a is 0.45.

The process color (four color CMYK) of #bea12a color hex is 0.00, 0.15, 0.78, 0.25. Web safe color of #bea12a is #cc9933. Color #bea12a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00101010
Octal 276 241 52
Decimal 190 161 42
Hex BE A1 2A

RGB Percentages of Color #bea12a

%48.35
%40.97
%10.69

CMYK Percentages of Color #bea12a

%0
%15
%78
%25

Triadic Colors of #bea12a

#bea12a #2abea1 #a12abe

Analogous Colors of #bea12a

#bea12a #91be2a #be572a

Monochromatic Colors of #bea12a

#bea12a

Complementary Color

#bea12a #2a47be

#bea12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea12a Color CSS Codes

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

#bea12a Text Font Color

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

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


#bea12a Background Color

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

This div background color is #bea12a


#bea12a Border Color

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

This div border color is #bea12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea12a


Comments

No comments written yet.

Please login to write comment.