Color Hex Logo

#bee15b Color Hex

#BEE15B
(190,225,91)
0 Favorites   0 Comments

Color spaces of #bee15b

RGB 19022591
HSL0.210.690.62
HSV76°60°88°
CMYK 0.160.000.60   0.12
XYZ50.048765.552919.9127
Yxy65.55290.36930.4837
Hunter Lab80.9647-31.347842.0934
CIE-Lab84.7678-30.585860.2139

#bee15b color RGB value is (190,225,91).

#bee15b hex color red value is 190, green value is 225 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bee15b hue: 0.21 , saturation: 0.69 and the lightness value of bee15b is 0.62.

The process color (four color CMYK) of #bee15b color hex is 0.16, 0.00, 0.60, 0.12. Web safe color of #bee15b is #cccc66. Color #bee15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 01011011
Octal 276 341 133
Decimal 190 225 91
Hex BE E1 5B

RGB Percentages of Color #bee15b

%37.55
%44.47
%17.98

CMYK Percentages of Color #bee15b

%16
%0
%60
%12

Triadic Colors of #bee15b

#bee15b #5bbee1 #e15bbe

Analogous Colors of #bee15b

#bee15b #7be15b #e1c15b

Monochromatic Colors of #bee15b

#bee15b

Complementary Color

#bee15b #7e5be1

#bee15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee15b Color CSS Codes

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

#bee15b Text Font Color

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

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


#bee15b Background Color

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

This div background color is #bee15b


#bee15b Border Color

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

This div border color is #bee15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee15b


Comments

No comments written yet.

Please login to write comment.