Color Hex Logo

#bef10f Color Hex

#BEF10F
(190,241,15)
0 Favorites   0 Comments

Color spaces of #bef10f

RGB 19024115
HSL0.200.890.50
HSV74°94°95°
CMYK 0.210.000.94   0.05
XYZ52.776773.892211.9329
Yxy73.89220.38080.5331
Hunter Lab85.9606-40.838451.9419
CIE-Lab88.8715-41.067685.1027

#bef10f color RGB value is (190,241,15).

#bef10f hex color red value is 190, green value is 241 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bef10f hue: 0.20 , saturation: 0.89 and the lightness value of bef10f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00001111
Octal 276 361 17
Decimal 190 241 15
Hex BE F1 F

RGB Percentages of Color #bef10f

%42.60
%54.04
%3.36

CMYK Percentages of Color #bef10f

%21
%0
%94
%5

Triadic Colors of #bef10f

#bef10f #0fbef1 #f10fbe

Analogous Colors of #bef10f

#bef10f #4df10f #f1b30f

Monochromatic Colors of #bef10f

#bef10f

Complementary Color

#bef10f #420ff1

#bef10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef10f Color CSS Codes

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

#bef10f Text Font Color

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

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


#bef10f Background Color

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

This div background color is #bef10f


#bef10f Border Color

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

This div border color is #bef10f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,241,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 #bef10f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef10f


Comments

No comments written yet.

Please login to write comment.