Color Hex Logo

#bea12b Color Hex

#BEA12B
(190,161,43)
0 Favorites   0 Comments

Color spaces of #bea12b

RGB 19016143
HSL0.130.630.46
HSV48°77°75°
CMYK 0.000.150.77   0.25
XYZ34.416136.61137.5383
Yxy36.61130.43810.4660
Hunter Lab60.5073-4.358234.9684
CIE-Lab66.9844-1.313160.9530

#bea12b color RGB value is (190,161,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00101011
Octal 276 241 53
Decimal 190 161 43
Hex BE A1 2B

RGB Percentages of Color #bea12b

%48.22
%40.86
%10.91

CMYK Percentages of Color #bea12b

%0
%15
%77
%25

Triadic Colors of #bea12b

#bea12b #2bbea1 #a12bbe

Analogous Colors of #bea12b

#bea12b #92be2b #be582b

Monochromatic Colors of #bea12b

#bea12b

Complementary Color

#bea12b #2b48be

#bea12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea12b Color CSS Codes

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

#bea12b Text Font Color

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

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


#bea12b Background Color

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

This div background color is #bea12b


#bea12b Border Color

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

This div border color is #bea12b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,161,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 #bea12b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea12b


Comments

No comments written yet.

Please login to write comment.