Color Hex Logo

#beeb0a Color Hex

#BEEB0A
(190,235,10)
0 Favorites   0 Comments

Color spaces of #beeb0a

RGB 19023510
HSL0.200.920.48
HSV72°96°92°
CMYK 0.190.000.96   0.08
XYZ50.998370.385711.1851
Yxy70.38570.38470.5309
Hunter Lab83.8962-38.312850.8227
CIE-Lab87.1857-38.470084.2386

#beeb0a color RGB value is (190,235,10).

#beeb0a hex color red value is 190, green value is 235 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #beeb0a hue: 0.20 , saturation: 0.92 and the lightness value of beeb0a is 0.48.

The process color (four color CMYK) of #beeb0a color hex is 0.19, 0.00, 0.96, 0.08. Web safe color of #beeb0a is #ccff00. Color #beeb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 00001010
Octal 276 353 12
Decimal 190 235 10
Hex BE EB A

RGB Percentages of Color #beeb0a

%43.68
%54.02
%2.30

CMYK Percentages of Color #beeb0a

%19
%0
%96
%8

Triadic Colors of #beeb0a

#beeb0a #0abeeb #eb0abe

Analogous Colors of #beeb0a

#beeb0a #4eeb0a #eba80a

Monochromatic Colors of #beeb0a

#beeb0a

Complementary Color

#beeb0a #370aeb

#beeb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeb0a Color CSS Codes

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

#beeb0a Text Font Color

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

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


#beeb0a Background Color

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

This div background color is #beeb0a


#beeb0a Border Color

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

This div border color is #beeb0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,235,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 #beeb0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeb0a


Comments

No comments written yet.

Please login to write comment.