Color Hex Logo

#befc1f Color Hex

#BEFC1F
(190,252,31)
0 Favorites   0 Comments

Color spaces of #befc1f

RGB 19025231
HSL0.210.970.55
HSV77°88°99°
CMYK 0.250.000.88   0.01
XYZ56.292980.666913.8996
Yxy80.66690.37310.5347
Hunter Lab89.8148-45.298053.6947
CIE-Lab91.9833-45.549185.4747

#befc1f color RGB value is (190,252,31).

#befc1f hex color red value is 190, green value is 252 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #befc1f hue: 0.21 , saturation: 0.97 and the lightness value of befc1f is 0.55.

The process color (four color CMYK) of #befc1f color hex is 0.25, 0.00, 0.88, 0.01. Web safe color of #befc1f is #ccff33. Color #befc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 00011111
Octal 276 374 37
Decimal 190 252 31
Hex BE FC 1F

RGB Percentages of Color #befc1f

%40.17
%53.28
%6.55

CMYK Percentages of Color #befc1f

%25
%0
%88
%1

Triadic Colors of #befc1f

#befc1f #1fbefc #fc1fbe

Analogous Colors of #befc1f

#befc1f #50fc1f #fccc1f

Monochromatic Colors of #befc1f

#befc1f

Complementary Color

#befc1f #5d1ffc

#befc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc1f Color CSS Codes

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

#befc1f Text Font Color

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

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


#befc1f Background Color

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

This div background color is #befc1f


#befc1f Border Color

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

This div border color is #befc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc1f


Comments

No comments written yet.

Please login to write comment.