Color Hex Logo

#beb04e Color Hex

#BEB04E
(190,176,78)
0 Favorites   0 Comments

Color spaces of #beb04e

RGB 19017678
HSL0.150.460.53
HSV53°59°75°
CMYK 0.000.070.59   0.25
XYZ38.135742.547913.4103
Yxy42.54790.40530.4522
Hunter Lab65.2288-9.791133.4708
CIE-Lab71.2470-7.284550.9184

#beb04e color RGB value is (190,176,78).

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

The process color (four color CMYK) of #beb04e color hex is 0.00, 0.07, 0.59, 0.25. Web safe color of #beb04e is #cc9966. Color #beb04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01001110
Octal 276 260 116
Decimal 190 176 78
Hex BE B0 4E

RGB Percentages of Color #beb04e

%42.79
%39.64
%17.57

CMYK Percentages of Color #beb04e

%0
%7
%59
%25

Triadic Colors of #beb04e

#beb04e #4ebeb0 #b04ebe

Analogous Colors of #beb04e

#beb04e #94be4e #be784e

Monochromatic Colors of #beb04e

#beb04e

Complementary Color

#beb04e #4e5cbe

#beb04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb04e Color CSS Codes

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

#beb04e Text Font Color

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

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


#beb04e Background Color

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

This div background color is #beb04e


#beb04e Border Color

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

This div border color is #beb04e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,176,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #beb04e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb04e


Comments

No comments written yet.

Please login to write comment.