Color Hex Logo

#bea94f Color Hex

#BEA94F
(190,169,79)
0 Favorites   0 Comments

Color spaces of #bea94f

RGB 19016979
HSL0.140.460.53
HSV49°58°75°
CMYK 0.000.110.58   0.25
XYZ36.834539.887613.1548
Yxy39.88760.40980.4438
Hunter Lab63.1566-6.418531.8602
CIE-Lab69.3894-3.520348.3515

#bea94f color RGB value is (190,169,79).

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

The process color (four color CMYK) of #bea94f color hex is 0.00, 0.11, 0.58, 0.25. Web safe color of #bea94f is #cc9966. Color #bea94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 01001111
Octal 276 251 117
Decimal 190 169 79
Hex BE A9 4F

RGB Percentages of Color #bea94f

%43.38
%38.58
%18.04

CMYK Percentages of Color #bea94f

%0
%11
%58
%25

Triadic Colors of #bea94f

#bea94f #4fbea9 #a94fbe

Analogous Colors of #bea94f

#bea94f #9cbe4f #be724f

Monochromatic Colors of #bea94f

#bea94f

Complementary Color

#bea94f #4f64be

#bea94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea94f Color CSS Codes

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

#bea94f Text Font Color

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

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


#bea94f Background Color

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

This div background color is #bea94f


#bea94f Border Color

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

This div border color is #bea94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea94f


Comments

No comments written yet.

Please login to write comment.