Color Hex Logo

#beb540 Color Hex

#BEB540
(190,181,64)
0 Favorites   0 Comments

Color spaces of #beb540

RGB 19018164
HSL0.150.500.50
HSV56°66°75°
CMYK 0.000.050.66   0.25
XYZ38.684544.365111.3749
Yxy44.36510.40970.4698
Hunter Lab66.6071-12.892236.4997
CIE-Lab72.4719-10.803358.3431

#beb540 color RGB value is (190,181,64).

#beb540 hex color red value is 190, green value is 181 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #beb540 hue: 0.15 , saturation: 0.50 and the lightness value of beb540 is 0.50.

The process color (four color CMYK) of #beb540 color hex is 0.00, 0.05, 0.66, 0.25. Web safe color of #beb540 is #cccc33. Color #beb540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 01000000
Octal 276 265 100
Decimal 190 181 64
Hex BE B5 40

RGB Percentages of Color #beb540

%43.68
%41.61
%14.71

CMYK Percentages of Color #beb540

%0
%5
%66
%25

Triadic Colors of #beb540

#beb540 #40beb5 #b540be

Analogous Colors of #beb540

#beb540 #88be40 #be7640

Monochromatic Colors of #beb540

#beb540

Complementary Color

#beb540 #4049be

#beb540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb540 Color CSS Codes

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

#beb540 Text Font Color

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

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


#beb540 Background Color

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

This div background color is #beb540


#beb540 Border Color

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

This div border color is #beb540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb540


Comments

No comments written yet.

Please login to write comment.