Color Hex Logo

#bea92a Color Hex

#BEA92A
(190,169,42)
0 Favorites   0 Comments

Color spaces of #bea92a

RGB 19016942
HSL0.140.640.45
HSV51°78°75°
CMYK 0.000.110.78   0.25
XYZ35.841139.49037.9238
Yxy39.49030.43050.4743
Hunter Lab62.8413-8.166136.5129
CIE-Lab69.1049-5.601263.2324

#bea92a color RGB value is (190,169,42).

#bea92a hex color red value is 190, green value is 169 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bea92a hue: 0.14 , saturation: 0.64 and the lightness value of bea92a is 0.45.

The process color (four color CMYK) of #bea92a color hex is 0.00, 0.11, 0.78, 0.25. Web safe color of #bea92a is #cc9933. Color #bea92a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 00101010
Octal 276 251 52
Decimal 190 169 42
Hex BE A9 2A

RGB Percentages of Color #bea92a

%47.38
%42.14
%10.47

CMYK Percentages of Color #bea92a

%0
%11
%78
%25

Triadic Colors of #bea92a

#bea92a #2abea9 #a92abe

Analogous Colors of #bea92a

#bea92a #89be2a #be5f2a

Monochromatic Colors of #bea92a

#bea92a

Complementary Color

#bea92a #2a3fbe

#bea92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea92a Color CSS Codes

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

#bea92a Text Font Color

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

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


#bea92a Background Color

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

This div background color is #bea92a


#bea92a Border Color

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

This div border color is #bea92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea92a


Comments

No comments written yet.

Please login to write comment.