Color Hex Logo

#beab2a Color Hex

#BEAB2A
(190,171,42)
0 Favorites   0 Comments

Color spaces of #beab2a

RGB 19017142
HSL0.150.640.45
HSV52°78°75°
CMYK 0.000.100.78   0.25
XYZ36.216040.24018.0488
Yxy40.24010.42860.4762
Hunter Lab63.4351-9.103236.8817
CIE-Lab69.6402-6.653263.7185

#beab2a color RGB value is (190,171,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 00101010
Octal 276 253 52
Decimal 190 171 42
Hex BE AB 2A

RGB Percentages of Color #beab2a

%47.15
%42.43
%10.42

CMYK Percentages of Color #beab2a

%0
%10
%78
%25

Triadic Colors of #beab2a

#beab2a #2abeab #ab2abe

Analogous Colors of #beab2a

#beab2a #87be2a #be612a

Monochromatic Colors of #beab2a

#beab2a

Complementary Color

#beab2a #2a3dbe

#beab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab2a Color CSS Codes

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

#beab2a Text Font Color

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

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


#beab2a Background Color

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

This div background color is #beab2a


#beab2a Border Color

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

This div border color is #beab2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab2a


Comments

No comments written yet.

Please login to write comment.