Color Hex Logo

#beb513 Color Hex

#BEB513
(190,181,19)
0 Favorites   0 Comments

Color spaces of #beb513

RGB 19018119
HSL0.160.820.41
HSV57°90°75°
CMYK 0.000.050.90   0.25
XYZ37.876644.04197.1207
Yxy44.04190.42540.4946
Hunter Lab66.3641-14.260140.0932
CIE-Lab72.2565-12.472771.5882

#beb513 color RGB value is (190,181,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 00010011
Octal 276 265 23
Decimal 190 181 19
Hex BE B5 13

RGB Percentages of Color #beb513

%48.72
%46.41
%4.87

CMYK Percentages of Color #beb513

%0
%5
%90
%25

Triadic Colors of #beb513

#beb513 #13beb5 #b513be

Analogous Colors of #beb513

#beb513 #72be13 #be6013

Monochromatic Colors of #beb513

#beb513

Complementary Color

#beb513 #131cbe

#beb513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb513 Color CSS Codes

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

#beb513 Text Font Color

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

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


#beb513 Background Color

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

This div background color is #beb513


#beb513 Border Color

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

This div border color is #beb513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb513


Comments

No comments written yet.

Please login to write comment.