Color Hex Logo

#bea44a Color Hex

#BEA44A
(190,164,74)
0 Favorites   0 Comments

Color spaces of #bea44a

RGB 19016474
HSL0.130.470.52
HSV47°61°75°
CMYK 0.000.140.61   0.25
XYZ35.746737.992511.9278
Yxy37.99250.41730.4435
Hunter Lab61.6381-4.346431.6732
CIE-Lab68.0151-1.221049.1569

#bea44a color RGB value is (190,164,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01001010
Octal 276 244 112
Decimal 190 164 74
Hex BE A4 4A

RGB Percentages of Color #bea44a

%44.39
%38.32
%17.29

CMYK Percentages of Color #bea44a

%0
%14
%61
%25

Triadic Colors of #bea44a

#bea44a #4abea4 #a44abe

Analogous Colors of #bea44a

#bea44a #9ebe4a #be6a4a

Monochromatic Colors of #bea44a

#bea44a

Complementary Color

#bea44a #4a64be

#bea44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea44a Color CSS Codes

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

#bea44a Text Font Color

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

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


#bea44a Background Color

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

This div background color is #bea44a


#bea44a Border Color

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

This div border color is #bea44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea44a


Comments

No comments written yet.

Please login to write comment.