Color Hex Logo

#bea10e Color Hex

#BEA10E
(190,161,14)
0 Favorites   0 Comments

Color spaces of #bea10e

RGB 19016114
HSL0.140.860.40
HSV50°93°75°
CMYK 0.000.150.93   0.25
XYZ34.059336.46865.6595
Yxy36.46860.44700.4787
Hunter Lab60.3892-5.007836.7160
CIE-Lab66.8764-2.083668.2508

#bea10e color RGB value is (190,161,14).

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

The process color (four color CMYK) of #bea10e color hex is 0.00, 0.15, 0.93, 0.25. Web safe color of #bea10e is #cc9900. Color #bea10e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00001110
Octal 276 241 16
Decimal 190 161 14
Hex BE A1 E

RGB Percentages of Color #bea10e

%52.05
%44.11
%3.84

CMYK Percentages of Color #bea10e

%0
%15
%93
%25

Triadic Colors of #bea10e

#bea10e #0ebea1 #a10ebe

Analogous Colors of #bea10e

#bea10e #83be0e #be490e

Monochromatic Colors of #bea10e

#bea10e

Complementary Color

#bea10e #0e2bbe

#bea10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea10e Color CSS Codes

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

#bea10e Text Font Color

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

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


#bea10e Background Color

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

This div background color is #bea10e


#bea10e Border Color

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

This div border color is #bea10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea10e


Comments

No comments written yet.

Please login to write comment.