Color Hex Logo

#beb91a Color Hex

#BEB91A
(190,185,26)
0 Favorites   0 Comments

Color spaces of #beb91a

RGB 19018526
HSL0.160.760.42
HSV58°86°75°
CMYK 0.000.030.86   0.25
XYZ38.770645.71977.7586
Yxy45.71970.42030.4956
Hunter Lab67.6163-15.978340.5282
CIE-Lab73.3633-14.370971.1587

#beb91a color RGB value is (190,185,26).

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

The process color (four color CMYK) of #beb91a color hex is 0.00, 0.03, 0.86, 0.25. Web safe color of #beb91a is #cccc33. Color #beb91a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 00011010
Octal 276 271 32
Decimal 190 185 26
Hex BE B9 1A

RGB Percentages of Color #beb91a

%47.38
%46.13
%6.48

CMYK Percentages of Color #beb91a

%0
%3
%86
%25

Triadic Colors of #beb91a

#beb91a #1abeb9 #b91abe

Analogous Colors of #beb91a

#beb91a #71be1a #be671a

Monochromatic Colors of #beb91a

#beb91a

Complementary Color

#beb91a #1a1fbe

#beb91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb91a Color CSS Codes

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

#beb91a Text Font Color

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

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


#beb91a Background Color

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

This div background color is #beb91a


#beb91a Border Color

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

This div border color is #beb91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb91a


Comments

No comments written yet.

Please login to write comment.