Color Hex Logo

#beb64f Color Hex

#BEB64F
(190,182,79)
0 Favorites   0 Comments

Color spaces of #beb64f

RGB 19018279
HSL0.150.460.53
HSV56°58°75°
CMYK 0.000.040.58   0.25
XYZ39.374444.967614.0015
Yxy44.96760.40040.4573
Hunter Lab67.0579-12.541434.5609
CIE-Lab72.8706-10.332052.2762

#beb64f color RGB value is (190,182,79).

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

The process color (four color CMYK) of #beb64f color hex is 0.00, 0.04, 0.58, 0.25. Web safe color of #beb64f is #cccc66. Color #beb64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01001111
Octal 276 266 117
Decimal 190 182 79
Hex BE B6 4F

RGB Percentages of Color #beb64f

%42.13
%40.35
%17.52

CMYK Percentages of Color #beb64f

%0
%4
%58
%25

Triadic Colors of #beb64f

#beb64f #4fbeb6 #b64fbe

Analogous Colors of #beb64f

#beb64f #8fbe4f #be7f4f

Monochromatic Colors of #beb64f

#beb64f

Complementary Color

#beb64f #4f57be

#beb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb64f Color CSS Codes

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

#beb64f Text Font Color

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

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


#beb64f Background Color

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

This div background color is #beb64f


#beb64f Border Color

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

This div border color is #beb64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb64f


Comments

No comments written yet.

Please login to write comment.