Color Hex Logo

#bea84f Color Hex

#BEA84F
(190,168,79)
0 Favorites   0 Comments

Color spaces of #bea84f

RGB 19016879
HSL0.130.460.53
HSV48°58°75°
CMYK 0.000.120.58   0.25
XYZ36.649139.516913.0930
Yxy39.51690.41060.4427
Hunter Lab62.8625-5.943031.6548
CIE-Lab69.1241-2.989248.0491

#bea84f color RGB value is (190,168,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 01001111
Octal 276 250 117
Decimal 190 168 79
Hex BE A8 4F

RGB Percentages of Color #bea84f

%43.48
%38.44
%18.08

CMYK Percentages of Color #bea84f

%0
%12
%58
%25

Triadic Colors of #bea84f

#bea84f #4fbea8 #a84fbe

Analogous Colors of #bea84f

#bea84f #9dbe4f #be714f

Monochromatic Colors of #bea84f

#bea84f

Complementary Color

#bea84f #4f65be

#bea84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea84f Color CSS Codes

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

#bea84f Text Font Color

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

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


#bea84f Background Color

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

This div background color is #bea84f


#bea84f Border Color

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

This div border color is #bea84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea84f


Comments

No comments written yet.

Please login to write comment.