Color Hex Logo

#bee000 Color Hex

#BEE000
(190,224,0)
0 Favorites   0 Comments

Color spaces of #bee000

RGB 1902240
HSL0.191.000.44
HSV69°100°88°
CMYK 0.150.001.00   0.12
XYZ47.890964.25859.8790
Yxy64.25850.39250.5266
Hunter Lab80.1614-33.641048.8061
CIE-Lab84.1002-33.596082.7166

#bee000 color RGB value is (190,224,0).

#bee000 hex color red value is 190, green value is 224 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bee000 hue: 0.19 , saturation: 1.00 and the lightness value of bee000 is 0.44.

The process color (four color CMYK) of #bee000 color hex is 0.15, 0.00, 1.00, 0.12. Web safe color of #bee000 is #cccc00. Color #bee000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00000000
Octal 276 340 0
Decimal 190 224 0
Hex BE E0 0

RGB Percentages of Color #bee000

%45.89
%54.11
%0.00

CMYK Percentages of Color #bee000

%15
%0
%100
%12

Triadic Colors of #bee000

#bee000 #00bee0 #e000be

Analogous Colors of #bee000

#bee000 #4ee000 #e09200

Monochromatic Colors of #bee000

#bee000

Complementary Color

#bee000 #2200e0

#bee000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee000 Color CSS Codes

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

#bee000 Text Font Color

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

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


#bee000 Background Color

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

This div background color is #bee000


#bee000 Border Color

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

This div border color is #bee000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee000


Comments

No comments written yet.

Please login to write comment.