Color Hex Logo

#bea64f Color Hex

#BEA64F
(190,166,79)
0 Favorites   0 Comments

Color spaces of #bea64f

RGB 19016679
HSL0.130.460.53
HSV47°58°75°
CMYK 0.000.130.58   0.25
XYZ36.282738.784112.9709
Yxy38.78410.41210.4405
Hunter Lab62.2769-4.989931.2450
CIE-Lab68.5946-1.923947.4441

#bea64f color RGB value is (190,166,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 01001111
Octal 276 246 117
Decimal 190 166 79
Hex BE A6 4F

RGB Percentages of Color #bea64f

%43.68
%38.16
%18.16

CMYK Percentages of Color #bea64f

%0
%13
%58
%25

Triadic Colors of #bea64f

#bea64f #4fbea6 #a64fbe

Analogous Colors of #bea64f

#bea64f #9fbe4f #be6f4f

Monochromatic Colors of #bea64f

#bea64f

Complementary Color

#bea64f #4f67be

#bea64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea64f Color CSS Codes

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

#bea64f Text Font Color

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

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


#bea64f Background Color

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

This div background color is #bea64f


#bea64f Border Color

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

This div border color is #bea64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea64f


Comments

No comments written yet.

Please login to write comment.