Color Hex Logo

#bee014 Color Hex

#BEE014
(190,224,20)
0 Favorites   0 Comments

Color spaces of #bee014

RGB 19022420
HSL0.190.840.48
HSV70°91°88°
CMYK 0.150.000.91   0.12
XYZ48.017164.309010.5439
Yxy64.30900.39080.5234
Hunter Lab80.1929-33.457148.3395
CIE-Lab84.1264-33.359880.7892

#bee014 color RGB value is (190,224,20).

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

The process color (four color CMYK) of #bee014 color hex is 0.15, 0.00, 0.91, 0.12. Web safe color of #bee014 is #cccc00. Color #bee014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00010100
Octal 276 340 24
Decimal 190 224 20
Hex BE E0 14

RGB Percentages of Color #bee014

%43.78
%51.61
%4.61

CMYK Percentages of Color #bee014

%15
%0
%91
%12

Triadic Colors of #bee014

#bee014 #14bee0 #e014be

Analogous Colors of #bee014

#bee014 #58e014 #e09c14

Monochromatic Colors of #bee014

#bee014

Complementary Color

#bee014 #3614e0

#bee014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee014 Color CSS Codes

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

#bee014 Text Font Color

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

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


#bee014 Background Color

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

This div background color is #bee014


#bee014 Border Color

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

This div border color is #bee014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee014


Comments

No comments written yet.

Please login to write comment.