Color Hex Logo

#bee64e Color Hex

#BEE64E
(190,230,78)
0 Favorites   0 Comments

Color spaces of #bee64e

RGB 19023078
HSL0.210.750.60
HSV76°66°90°
CMYK 0.170.000.66   0.10
XYZ50.907268.090817.6675
Yxy68.09080.37250.4982
Hunter Lab82.5171-34.283245.0676
CIE-Lab86.0518-33.824866.8656

#bee64e color RGB value is (190,230,78).

#bee64e hex color red value is 190, green value is 230 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bee64e hue: 0.21 , saturation: 0.75 and the lightness value of bee64e is 0.60.

The process color (four color CMYK) of #bee64e color hex is 0.17, 0.00, 0.66, 0.10. Web safe color of #bee64e is #ccff66. Color #bee64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 01001110
Octal 276 346 116
Decimal 190 230 78
Hex BE E6 4E

RGB Percentages of Color #bee64e

%38.15
%46.18
%15.66

CMYK Percentages of Color #bee64e

%17
%0
%66
%10

Triadic Colors of #bee64e

#bee64e #4ebee6 #e64ebe

Analogous Colors of #bee64e

#bee64e #72e64e #e6c24e

Monochromatic Colors of #bee64e

#bee64e

Complementary Color

#bee64e #764ee6

#bee64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee64e Color CSS Codes

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

#bee64e Text Font Color

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

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


#bee64e Background Color

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

This div background color is #bee64e


#bee64e Border Color

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

This div border color is #bee64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee64e


Comments

No comments written yet.

Please login to write comment.