Color Hex Logo

#bee71f Color Hex

#BEE71F
(190,231,31)
0 Favorites   0 Comments

Color spaces of #bee71f

RGB 19023131
HSL0.200.810.51
HSV72°87°91°
CMYK 0.180.000.87   0.09
XYZ50.058468.197911.8215
Yxy68.19790.38480.5243
Hunter Lab82.5820-36.317949.3201
CIE-Lab86.1053-36.324780.6321

#bee71f color RGB value is (190,231,31).

#bee71f hex color red value is 190, green value is 231 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bee71f hue: 0.20 , saturation: 0.81 and the lightness value of bee71f is 0.51.

The process color (four color CMYK) of #bee71f color hex is 0.18, 0.00, 0.87, 0.09. Web safe color of #bee71f is #ccff33. Color #bee71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 00011111
Octal 276 347 37
Decimal 190 231 31
Hex BE E7 1F

RGB Percentages of Color #bee71f

%42.04
%51.11
%6.86

CMYK Percentages of Color #bee71f

%18
%0
%87
%9

Triadic Colors of #bee71f

#bee71f #1fbee7 #e71fbe

Analogous Colors of #bee71f

#bee71f #5ae71f #e7ac1f

Monochromatic Colors of #bee71f

#bee71f

Complementary Color

#bee71f #481fe7

#bee71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee71f Color CSS Codes

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

#bee71f Text Font Color

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

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


#bee71f Background Color

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

This div background color is #bee71f


#bee71f Border Color

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

This div border color is #bee71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee71f


Comments

No comments written yet.

Please login to write comment.