Color Hex Logo

#beba4a Color Hex

#BEBA4A
(190,186,74)
0 Favorites   0 Comments

Color spaces of #beba4a

RGB 19018674
HSL0.160.470.52
HSV58°61°75°
CMYK 0.000.020.61   0.25
XYZ40.030146.559413.3556
Yxy46.55940.40050.4658
Hunter Lab68.2344-14.692336.1592
CIE-Lab73.9071-12.742155.6401

#beba4a color RGB value is (190,186,74).

#beba4a hex color red value is 190, green value is 186 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #beba4a hue: 0.16 , saturation: 0.47 and the lightness value of beba4a is 0.52.

The process color (four color CMYK) of #beba4a color hex is 0.00, 0.02, 0.61, 0.25. Web safe color of #beba4a is #cccc33. Color #beba4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 01001010
Octal 276 272 112
Decimal 190 186 74
Hex BE BA 4A

RGB Percentages of Color #beba4a

%42.22
%41.33
%16.44

CMYK Percentages of Color #beba4a

%0
%2
%61
%25

Triadic Colors of #beba4a

#beba4a #4abeba #ba4abe

Analogous Colors of #beba4a

#beba4a #88be4a #be804a

Monochromatic Colors of #beba4a

#beba4a

Complementary Color

#beba4a #4a4ebe

#beba4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba4a Color CSS Codes

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

#beba4a Text Font Color

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

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


#beba4a Background Color

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

This div background color is #beba4a


#beba4a Border Color

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

This div border color is #beba4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba4a


Comments

No comments written yet.

Please login to write comment.