color codes Logo

#bea80e color codes

#BEA80E
(190,168,14)
0 Favorites   0 Comments

Color spaces of #bea80e

RGB 19016814
HSL0.150.860.40
HSV53°93°75°
CMYK 0.000.120.93   0.25
XYZ35.317138.98416.0787
Yxy38.98410.43940.4850
Hunter Lab62.4372-8.298237.9338
CIE-Lab68.7397-5.796269.6643

#bea80e color RGB value is (190,168,14).

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

The process color (four color CMYK) of #bea80e color code is 0.00, 0.12, 0.93, 0.25. Web safe color of #bea80e is #cc9900. Color #bea80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 00001110
Octal 276 250 16
Decimal 190 168 14
Hex BE A8 E

RGB Percentages of Color #bea80e

%51.08
%45.16
%3.76

CMYK Percentages of Color #bea80e

%0
%12
%93
%25

Triadic Colors of #bea80e

#bea80e #0ebea8 #a80ebe

Analogous Colors of #bea80e

#bea80e #7cbe0e #be500e

Monochromatic Colors of #bea80e

#bea80e

Complementary Color

#bea80e #0e24be

#bea80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea80e Color CSS Codes

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

#bea80e Text Font Color

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

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


#bea80e Background Color

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

This div background color is #bea80e


#bea80e Border Color

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

This div border color is #bea80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea80e


Comments

No comments written yet.

Please login to write comment.