Color Hex Logo

#bea00e Color Hex

#BEA00E
(190,160,14)
0 Favorites   0 Comments

Color spaces of #bea00e

RGB 19016014
HSL0.140.860.40
HSV50°93°75°
CMYK 0.000.160.93   0.25
XYZ33.885336.12055.6015
Yxy36.12050.44820.4777
Hunter Lab60.1003-4.535136.5443
CIE-Lab66.6119-1.549268.0505

#bea00e color RGB value is (190,160,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 00001110
Octal 276 240 16
Decimal 190 160 14
Hex BE A0 E

RGB Percentages of Color #bea00e

%52.20
%43.96
%3.85

CMYK Percentages of Color #bea00e

%0
%16
%93
%25

Triadic Colors of #bea00e

#bea00e #0ebea0 #a00ebe

Analogous Colors of #bea00e

#bea00e #84be0e #be480e

Monochromatic Colors of #bea00e

#bea00e

Complementary Color

#bea00e #0e2cbe

#bea00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea00e Color CSS Codes

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

#bea00e Text Font Color

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

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


#bea00e Background Color

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

This div background color is #bea00e


#bea00e Border Color

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

This div border color is #bea00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea00e


Comments

No comments written yet.

Please login to write comment.