Color Hex Logo

#bea11f Color Hex

#BEA11F
(190,161,31)
0 Favorites   0 Comments

Color spaces of #bea11f

RGB 19016131
HSL0.140.720.43
HSV49°84°75°
CMYK 0.000.150.84   0.25
XYZ34.227436.53586.5445
Yxy36.53580.44270.4726
Hunter Lab60.4449-4.701435.8919
CIE-Lab66.9273-1.719664.6348

#bea11f color RGB value is (190,161,31).

#bea11f hex color red value is 190, green value is 161 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bea11f hue: 0.14 , saturation: 0.72 and the lightness value of bea11f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00011111
Octal 276 241 37
Decimal 190 161 31
Hex BE A1 1F

RGB Percentages of Color #bea11f

%49.74
%42.15
%8.12

CMYK Percentages of Color #bea11f

%0
%15
%84
%25

Triadic Colors of #bea11f

#bea11f #1fbea1 #a11fbe

Analogous Colors of #bea11f

#bea11f #8cbe1f #be521f

Monochromatic Colors of #bea11f

#bea11f

Complementary Color

#bea11f #1f3cbe

#bea11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea11f Color CSS Codes

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

#bea11f Text Font Color

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

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


#bea11f Background Color

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

This div background color is #bea11f


#bea11f Border Color

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

This div border color is #bea11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea11f


Comments

No comments written yet.

Please login to write comment.