Color Hex Logo

#bee00f Color Hex

#BEE00F
(190,224,15)
0 Favorites   0 Comments

Color spaces of #bee00f

RGB 19022415
HSL0.190.870.47
HSV70°93°88°
CMYK 0.150.000.93   0.12
XYZ47.977164.292910.3331
Yxy64.29290.39130.5244
Hunter Lab80.1829-33.515248.4873
CIE-Lab84.1180-33.434481.3910

#bee00f color RGB value is (190,224,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00001111
Octal 276 340 17
Decimal 190 224 15
Hex BE E0 F

RGB Percentages of Color #bee00f

%44.29
%52.21
%3.50

CMYK Percentages of Color #bee00f

%15
%0
%93
%12

Triadic Colors of #bee00f

#bee00f #0fbee0 #e00fbe

Analogous Colors of #bee00f

#bee00f #55e00f #e09a0f

Monochromatic Colors of #bee00f

#bee00f

Complementary Color

#bee00f #310fe0

#bee00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee00f Color CSS Codes

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

#bee00f Text Font Color

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

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


#bee00f Background Color

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

This div background color is #bee00f


#bee00f Border Color

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

This div border color is #bee00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee00f


Comments

No comments written yet.

Please login to write comment.