Color Hex Logo

#bea04e Color Hex

#BEA04E
(190,160,78)
0 Favorites   0 Comments

Color spaces of #bea04e

RGB 19016078
HSL0.120.460.53
HSV44°59°75°
CMYK 0.000.160.59   0.25
XYZ35.181236.638812.4255
Yxy36.63880.41760.4349
Hunter Lab60.5300-2.179830.2000
CIE-Lab67.00521.218946.1028

#bea04e color RGB value is (190,160,78).

#bea04e hex color red value is 190, green value is 160 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bea04e hue: 0.12 , saturation: 0.46 and the lightness value of bea04e is 0.53.

The process color (four color CMYK) of #bea04e color hex is 0.00, 0.16, 0.59, 0.25. Web safe color of #bea04e is #cc9966. Color #bea04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01001110
Octal 276 240 116
Decimal 190 160 78
Hex BE A0 4E

RGB Percentages of Color #bea04e

%44.39
%37.38
%18.22

CMYK Percentages of Color #bea04e

%0
%16
%59
%25

Triadic Colors of #bea04e

#bea04e #4ebea0 #a04ebe

Analogous Colors of #bea04e

#bea04e #a4be4e #be684e

Monochromatic Colors of #bea04e

#bea04e

Complementary Color

#bea04e #4e6cbe

#bea04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea04e Color CSS Codes

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

#bea04e Text Font Color

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

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


#bea04e Background Color

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

This div background color is #bea04e


#bea04e Border Color

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

This div border color is #bea04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea04e


Comments

No comments written yet.

Please login to write comment.