Color Hex Logo

#bee50e Color Hex

#BEE50E
(190,229,14)
0 Favorites   0 Comments

Color spaces of #bee50e

RGB 19022914
HSL0.200.880.48
HSV71°94°90°
CMYK 0.170.000.94   0.10
XYZ49.333867.017510.7510
Yxy67.01750.38810.5273
Hunter Lab81.8642-35.693049.5186
CIE-Lab85.5128-35.728582.5821

#bee50e color RGB value is (190,229,14).

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

The process color (four color CMYK) of #bee50e color hex is 0.17, 0.00, 0.94, 0.10. Web safe color of #bee50e is #cccc00. Color #bee50e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 00001110
Octal 276 345 16
Decimal 190 229 14
Hex BE E5 E

RGB Percentages of Color #bee50e

%43.88
%52.89
%3.23

CMYK Percentages of Color #bee50e

%17
%0
%94
%10

Triadic Colors of #bee50e

#bee50e #0ebee5 #e50ebe

Analogous Colors of #bee50e

#bee50e #52e50e #e5a10e

Monochromatic Colors of #bee50e

#bee50e

Complementary Color

#bee50e #350ee5

#bee50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee50e Color CSS Codes

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

#bee50e Text Font Color

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

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


#bee50e Background Color

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

This div background color is #bee50e


#bee50e Border Color

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

This div border color is #bee50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee50e


Comments

No comments written yet.

Please login to write comment.