Color Hex Logo

#beb84f Color Hex

#BEB84F
(190,184,79)
0 Favorites   0 Comments

Color spaces of #beb84f

RGB 19018479
HSL0.160.460.53
HSV57°58°75°
CMYK 0.000.030.58   0.25
XYZ39.787045.792614.1390
Yxy45.79260.39900.4592
Hunter Lab67.6702-13.473134.9811
CIE-Lab73.4108-11.363152.8782

#beb84f color RGB value is (190,184,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 01001111
Octal 276 270 117
Decimal 190 184 79
Hex BE B8 4F

RGB Percentages of Color #beb84f

%41.94
%40.62
%17.44

CMYK Percentages of Color #beb84f

%0
%3
%58
%25

Triadic Colors of #beb84f

#beb84f #4fbeb8 #b84fbe

Analogous Colors of #beb84f

#beb84f #8dbe4f #be814f

Monochromatic Colors of #beb84f

#beb84f

Complementary Color

#beb84f #4f55be

#beb84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb84f Color CSS Codes

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

#beb84f Text Font Color

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

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


#beb84f Background Color

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

This div background color is #beb84f


#beb84f Border Color

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

This div border color is #beb84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb84f


Comments

No comments written yet.

Please login to write comment.