Color Hex Logo

#beba1f Color Hex

#BEBA1F
(190,186,31)
0 Favorites   0 Comments

Color spaces of #beba1f

RGB 19018631
HSL0.160.720.43
HSV58°84°75°
CMYK 0.000.020.84   0.25
XYZ39.041446.16398.1491
Yxy46.16390.41820.4945
Hunter Lab67.9440-16.333940.4497
CIE-Lab73.6518-14.753070.2877

#beba1f color RGB value is (190,186,31).

#beba1f hex color red value is 190, green value is 186 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #beba1f hue: 0.16 , saturation: 0.72 and the lightness value of beba1f is 0.43.

The process color (four color CMYK) of #beba1f color hex is 0.00, 0.02, 0.84, 0.25. Web safe color of #beba1f is #cccc33. Color #beba1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 00011111
Octal 276 272 37
Decimal 190 186 31
Hex BE BA 1F

RGB Percentages of Color #beba1f

%46.68
%45.70
%7.62

CMYK Percentages of Color #beba1f

%0
%2
%84
%25

Triadic Colors of #beba1f

#beba1f #1fbeba #ba1fbe

Analogous Colors of #beba1f

#beba1f #73be1f #be6b1f

Monochromatic Colors of #beba1f

#beba1f

Complementary Color

#beba1f #1f23be

#beba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba1f Color CSS Codes

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

#beba1f Text Font Color

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

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


#beba1f Background Color

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

This div background color is #beba1f


#beba1f Border Color

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

This div border color is #beba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba1f


Comments

No comments written yet.

Please login to write comment.