Color Hex Logo

#bee112 Color Hex

#BEE112
(190,225,18)
0 Favorites   0 Comments

Color spaces of #bee112

RGB 19022518
HSL0.190.850.48
HSV70°92°88°
CMYK 0.160.000.92   0.12
XYZ48.269664.841210.5438
Yxy64.84120.39040.5244
Hunter Lab80.5240-33.916448.6034
CIE-Lab84.4018-33.850381.2644

#bee112 color RGB value is (190,225,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 00010010
Octal 276 341 22
Decimal 190 225 18
Hex BE E1 12

RGB Percentages of Color #bee112

%43.88
%51.96
%4.16

CMYK Percentages of Color #bee112

%16
%0
%92
%12

Triadic Colors of #bee112

#bee112 #12bee1 #e112be

Analogous Colors of #bee112

#bee112 #56e112 #e19d12

Monochromatic Colors of #bee112

#bee112

Complementary Color

#bee112 #3512e1

#bee112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee112 Color CSS Codes

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

#bee112 Text Font Color

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

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


#bee112 Background Color

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

This div background color is #bee112


#bee112 Border Color

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

This div border color is #bee112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee112


Comments

No comments written yet.

Please login to write comment.