Color Hex Logo

#bee010 Color Hex

#BEE010
(190,224,16)
0 Favorites   0 Comments

Color spaces of #bee010

RGB 19022416
HSL0.190.870.47
HSV70°93°88°
CMYK 0.150.000.93   0.12
XYZ47.984464.295910.3715
Yxy64.29590.39120.5242
Hunter Lab80.1847-33.504748.4604
CIE-Lab84.1196-33.420981.2808

#bee010 color RGB value is (190,224,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00010000
Octal 276 340 20
Decimal 190 224 16
Hex BE E0 10

RGB Percentages of Color #bee010

%44.19
%52.09
%3.72

CMYK Percentages of Color #bee010

%15
%0
%93
%12

Triadic Colors of #bee010

#bee010 #10bee0 #e010be

Analogous Colors of #bee010

#bee010 #56e010 #e09a10

Monochromatic Colors of #bee010

#bee010

Complementary Color

#bee010 #3210e0

#bee010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee010 Color CSS Codes

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

#bee010 Text Font Color

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

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


#bee010 Background Color

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

This div background color is #bee010


#bee010 Border Color

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

This div border color is #bee010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee010


Comments

No comments written yet.

Please login to write comment.