Color Hex Logo

#bee116 Color Hex

#BEE116
(190,225,22)
0 Favorites   0 Comments

Color spaces of #bee116

RGB 19022522
HSL0.200.820.48
HSV70°90°88°
CMYK 0.160.000.90   0.12
XYZ48.305264.855510.7315
Yxy64.85550.38990.5235
Hunter Lab80.5329-33.864848.4723
CIE-Lab84.4092-33.784080.7353

#bee116 color RGB value is (190,225,22).

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

The process color (four color CMYK) of #bee116 color hex is 0.16, 0.00, 0.90, 0.12. Web safe color of #bee116 is #cccc00. Color #bee116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 00010110
Octal 276 341 26
Decimal 190 225 22
Hex BE E1 16

RGB Percentages of Color #bee116

%43.48
%51.49
%5.03

CMYK Percentages of Color #bee116

%16
%0
%90
%12

Triadic Colors of #bee116

#bee116 #16bee1 #e116be

Analogous Colors of #bee116

#bee116 #59e116 #e19f16

Monochromatic Colors of #bee116

#bee116

Complementary Color

#bee116 #3916e1

#bee116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee116 Color CSS Codes

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

#bee116 Text Font Color

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

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


#bee116 Background Color

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

This div background color is #bee116


#bee116 Border Color

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

This div border color is #bee116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee116


Comments

No comments written yet.

Please login to write comment.