Color Hex Logo

#beb40a Color Hex

#BEB40A
(190,180,10)
0 Favorites   0 Comments

Color spaces of #beb40a

RGB 19018010
HSL0.160.900.39
HSV57°95°75°
CMYK 0.000.050.95   0.25
XYZ37.611243.61166.7227
Yxy43.61160.42770.4959
Hunter Lab66.0391-13.907440.1917
CIE-Lab71.9681-12.091172.6211

#beb40a color RGB value is (190,180,10).

#beb40a hex color red value is 190, green value is 180 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #beb40a hue: 0.16 , saturation: 0.90 and the lightness value of beb40a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 00001010
Octal 276 264 12
Decimal 190 180 10
Hex BE B4 A

RGB Percentages of Color #beb40a

%50.00
%47.37
%2.63

CMYK Percentages of Color #beb40a

%0
%5
%95
%25

Triadic Colors of #beb40a

#beb40a #0abeb4 #b40abe

Analogous Colors of #beb40a

#beb40a #6ebe0a #be5a0a

Monochromatic Colors of #beb40a

#beb40a

Complementary Color

#beb40a #0a14be

#beb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb40a Color CSS Codes

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

#beb40a Text Font Color

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

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


#beb40a Background Color

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

This div background color is #beb40a


#beb40a Border Color

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

This div border color is #beb40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb40a


Comments

No comments written yet.

Please login to write comment.