Color Hex Logo

#bef90f Color Hex

#BEF90F
(190,249,15)
0 Favorites   0 Comments

Color spaces of #bef90f

RGB 19024915
HSL0.210.950.52
HSV75°94°98°
CMYK 0.240.000.94   0.02
XYZ55.197178.733012.7397
Yxy78.73300.37630.5368
Hunter Lab88.7316-44.241253.5995
CIE-Lab91.1133-44.541986.8577

#bef90f color RGB value is (190,249,15).

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

The process color (four color CMYK) of #bef90f color hex is 0.24, 0.00, 0.94, 0.02. Web safe color of #bef90f is #ccff00. Color #bef90f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 00001111
Octal 276 371 17
Decimal 190 249 15
Hex BE F9 F

RGB Percentages of Color #bef90f

%41.85
%54.85
%3.30

CMYK Percentages of Color #bef90f

%24
%0
%94
%2

Triadic Colors of #bef90f

#bef90f #0fbef9 #f90fbe

Analogous Colors of #bef90f

#bef90f #49f90f #f9bf0f

Monochromatic Colors of #bef90f

#bef90f

Complementary Color

#bef90f #4a0ff9

#bef90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef90f Color CSS Codes

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

#bef90f Text Font Color

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

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


#bef90f Background Color

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

This div background color is #bef90f


#bef90f Border Color

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

This div border color is #bef90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef90f


Comments

No comments written yet.

Please login to write comment.