Color Hex Logo

#bef50f Color Hex

#BEF50F
(190,245,15)
0 Favorites   0 Comments

Color spaces of #bef50f

RGB 19024515
HSL0.210.920.51
HSV74°94°96°
CMYK 0.220.000.94   0.04
XYZ53.973876.286512.3320
Yxy76.28650.37850.5350
Hunter Lab87.3421-42.543252.7682
CIE-Lab89.9922-42.814185.9795

#bef50f color RGB value is (190,245,15).

#bef50f hex color red value is 190, green value is 245 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bef50f hue: 0.21 , saturation: 0.92 and the lightness value of bef50f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00001111
Octal 276 365 17
Decimal 190 245 15
Hex BE F5 F

RGB Percentages of Color #bef50f

%42.22
%54.44
%3.33

CMYK Percentages of Color #bef50f

%22
%0
%94
%4

Triadic Colors of #bef50f

#bef50f #0fbef5 #f50fbe

Analogous Colors of #bef50f

#bef50f #4bf50f #f5b90f

Monochromatic Colors of #bef50f

#bef50f

Complementary Color

#bef50f #460ff5

#bef50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef50f Color CSS Codes

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

#bef50f Text Font Color

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

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


#bef50f Background Color

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

This div background color is #bef50f


#bef50f Border Color

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

This div border color is #bef50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef50f


Comments

No comments written yet.

Please login to write comment.