Color Hex Logo

#bea90a Color Hex

#BEA90A
(190,169,10)
0 Favorites   0 Comments

Color spaces of #bea90a

RGB 19016910
HSL0.150.900.39
HSV53°95°75°
CMYK 0.000.110.95   0.25
XYZ35.478039.34506.0116
Yxy39.34500.43890.4867
Hunter Lab62.7256-8.809038.2256
CIE-Lab69.0004-6.374870.3960

#bea90a color RGB value is (190,169,10).

#bea90a hex color red value is 190, green value is 169 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bea90a hue: 0.15 , saturation: 0.90 and the lightness value of bea90a is 0.39.

The process color (four color CMYK) of #bea90a color hex is 0.00, 0.11, 0.95, 0.25. Web safe color of #bea90a is #cc9900. Color #bea90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 00001010
Octal 276 251 12
Decimal 190 169 10
Hex BE A9 A

RGB Percentages of Color #bea90a

%51.49
%45.80
%2.71

CMYK Percentages of Color #bea90a

%0
%11
%95
%25

Triadic Colors of #bea90a

#bea90a #0abea9 #a90abe

Analogous Colors of #bea90a

#bea90a #79be0a #be4f0a

Monochromatic Colors of #bea90a

#bea90a

Complementary Color

#bea90a #0a1fbe

#bea90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea90a Color CSS Codes

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

#bea90a Text Font Color

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

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


#bea90a Background Color

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

This div background color is #bea90a


#bea90a Border Color

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

This div border color is #bea90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea90a


Comments

No comments written yet.

Please login to write comment.