Color Hex Logo

#bea12c Color Hex

#BEA12C
(190,161,44)
0 Favorites   0 Comments

Color spaces of #bea12c

RGB 19016144
HSL0.130.620.46
HSV48°77°75°
CMYK 0.000.150.77   0.25
XYZ34.434736.61877.6361
Yxy36.61870.43760.4654
Hunter Lab60.5134-4.324334.8776
CIE-Lab66.9900-1.273160.6090

#bea12c color RGB value is (190,161,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00101100
Octal 276 241 54
Decimal 190 161 44
Hex BE A1 2C

RGB Percentages of Color #bea12c

%48.10
%40.76
%11.14

CMYK Percentages of Color #bea12c

%0
%15
%77
%25

Triadic Colors of #bea12c

#bea12c #2cbea1 #a12cbe

Analogous Colors of #bea12c

#bea12c #92be2c #be582c

Monochromatic Colors of #bea12c

#bea12c

Complementary Color

#bea12c #2c49be

#bea12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea12c Color CSS Codes

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

#bea12c Text Font Color

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

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


#bea12c Background Color

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

This div background color is #bea12c


#bea12c Border Color

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

This div border color is #bea12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea12c


Comments

No comments written yet.

Please login to write comment.