Color Hex Logo

#bee11a Color Hex

#BEE11A
(190,225,26)
0 Favorites   0 Comments

Color spaces of #bee11a

RGB 19022526
HSL0.200.790.49
HSV71°88°88°
CMYK 0.160.000.88   0.12
XYZ48.346964.872210.9507
Yxy64.87220.38940.5224
Hunter Lab80.5433-33.804448.3192
CIE-Lab84.4178-33.706480.1254

#bee11a color RGB value is (190,225,26).

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

The process color (four color CMYK) of #bee11a color hex is 0.16, 0.00, 0.88, 0.12. Web safe color of #bee11a is #cccc33. Color #bee11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 00011010
Octal 276 341 32
Decimal 190 225 26
Hex BE E1 1A

RGB Percentages of Color #bee11a

%43.08
%51.02
%5.90

CMYK Percentages of Color #bee11a

%16
%0
%88
%12

Triadic Colors of #bee11a

#bee11a #1abee1 #e11abe

Analogous Colors of #bee11a

#bee11a #5be11a #e1a11a

Monochromatic Colors of #bee11a

#bee11a

Complementary Color

#bee11a #3d1ae1

#bee11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee11a Color CSS Codes

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

#bee11a Text Font Color

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

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


#bee11a Background Color

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

This div background color is #bee11a


#bee11a Border Color

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

This div border color is #bee11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee11a


Comments

No comments written yet.

Please login to write comment.