Color Hex Logo

#beb519 Color Hex

#BEB519
(190,181,25)
0 Favorites   0 Comments

Color spaces of #beb519

RGB 19018125
HSL0.160.770.42
HSV57°87°75°
CMYK 0.000.050.87   0.25
XYZ37.934544.06517.4258
Yxy44.06510.42420.4928
Hunter Lab66.3815-14.161839.8346
CIE-Lab72.2720-12.352070.4801

#beb519 color RGB value is (190,181,25).

#beb519 hex color red value is 190, green value is 181 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #beb519 hue: 0.16 , saturation: 0.77 and the lightness value of beb519 is 0.42.

The process color (four color CMYK) of #beb519 color hex is 0.00, 0.05, 0.87, 0.25. Web safe color of #beb519 is #cccc00. Color #beb519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 00011001
Octal 276 265 31
Decimal 190 181 25
Hex BE B5 19

RGB Percentages of Color #beb519

%47.98
%45.71
%6.31

CMYK Percentages of Color #beb519

%0
%5
%87
%25

Triadic Colors of #beb519

#beb519 #19beb5 #b519be

Analogous Colors of #beb519

#beb519 #75be19 #be6319

Monochromatic Colors of #beb519

#beb519

Complementary Color

#beb519 #1922be

#beb519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb519 Color CSS Codes

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

#beb519 Text Font Color

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

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


#beb519 Background Color

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

This div background color is #beb519


#beb519 Border Color

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

This div border color is #beb519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb519


Comments

No comments written yet.

Please login to write comment.