Color Hex Logo

#bef30e Color Hex

#BEF30E
(190,243,14)
0 Favorites   0 Comments

Color spaces of #bef30e

RGB 19024314
HSL0.210.910.50
HSV74°94°95°
CMYK 0.220.000.94   0.05
XYZ53.365175.080012.0947
Yxy75.08000.37970.5342
Hunter Lab86.6487-41.700952.3782
CIE-Lab89.4305-41.955285.6357

#bef30e color RGB value is (190,243,14).

#bef30e hex color red value is 190, green value is 243 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bef30e hue: 0.21 , saturation: 0.91 and the lightness value of bef30e is 0.50.

The process color (four color CMYK) of #bef30e color hex is 0.22, 0.00, 0.94, 0.05. Web safe color of #bef30e is #ccff00. Color #bef30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 00001110
Octal 276 363 16
Decimal 190 243 14
Hex BE F3 E

RGB Percentages of Color #bef30e

%42.51
%54.36
%3.13

CMYK Percentages of Color #bef30e

%22
%0
%94
%5

Triadic Colors of #bef30e

#bef30e #0ebef3 #f30ebe

Analogous Colors of #bef30e

#bef30e #4cf30e #f3b60e

Monochromatic Colors of #bef30e

#bef30e

Complementary Color

#bef30e #430ef3

#bef30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef30e Color CSS Codes

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

#bef30e Text Font Color

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

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


#bef30e Background Color

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

This div background color is #bef30e


#bef30e Border Color

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

This div border color is #bef30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef30e


Comments

No comments written yet.

Please login to write comment.