Color Hex Logo

#bea32a Color Hex

#BEA32A
(190,163,42)
0 Favorites   0 Comments

Color spaces of #bea32a

RGB 19016342
HSL0.140.640.45
HSV49°78°75°
CMYK 0.000.140.78   0.25
XYZ34.750337.30877.5602
Yxy37.30870.43650.4686
Hunter Lab61.0808-5.338735.4181
CIE-Lab67.5080-2.420261.7763

#bea32a color RGB value is (190,163,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 00101010
Octal 276 243 52
Decimal 190 163 42
Hex BE A3 2A

RGB Percentages of Color #bea32a

%48.10
%41.27
%10.63

CMYK Percentages of Color #bea32a

%0
%14
%78
%25

Triadic Colors of #bea32a

#bea32a #2abea3 #a32abe

Analogous Colors of #bea32a

#bea32a #8fbe2a #be592a

Monochromatic Colors of #bea32a

#bea32a

Complementary Color

#bea32a #2a45be

#bea32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea32a Color CSS Codes

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

#bea32a Text Font Color

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

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


#bea32a Background Color

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

This div background color is #bea32a


#bea32a Border Color

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

This div border color is #bea32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea32a


Comments

No comments written yet.

Please login to write comment.