Color Hex Logo

#beb44f Color Hex

#BEB44F
(190,180,79)
0 Favorites   0 Comments

Color spaces of #beb44f

RGB 19018079
HSL0.150.460.53
HSV55°58°75°
CMYK 0.000.050.58   0.25
XYZ38.967744.154213.8659
Yxy44.15420.40180.4553
Hunter Lab66.4486-11.606734.1419
CIE-Lab72.3314-9.296051.6737

#beb44f color RGB value is (190,180,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 01001111
Octal 276 264 117
Decimal 190 180 79
Hex BE B4 4F

RGB Percentages of Color #beb44f

%42.32
%40.09
%17.59

CMYK Percentages of Color #beb44f

%0
%5
%58
%25

Triadic Colors of #beb44f

#beb44f #4fbeb4 #b44fbe

Analogous Colors of #beb44f

#beb44f #91be4f #be7d4f

Monochromatic Colors of #beb44f

#beb44f

Complementary Color

#beb44f #4f59be

#beb44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb44f Color CSS Codes

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

#beb44f Text Font Color

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

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


#beb44f Background Color

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

This div background color is #beb44f


#beb44f Border Color

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

This div border color is #beb44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb44f


Comments

No comments written yet.

Please login to write comment.