Color Hex Logo

#bef03f Color Hex

#BEF03F
(190,240,63)
0 Favorites   0 Comments

Color spaces of #bef03f

RGB 19024063
HSL0.210.860.59
HSV77°74°94°
CMYK 0.210.000.74   0.06
XYZ53.292573.626216.1051
Yxy73.62620.37260.5148
Hunter Lab85.8057-39.296648.9357
CIE-Lab88.7455-39.190074.8252

#bef03f color RGB value is (190,240,63).

#bef03f hex color red value is 190, green value is 240 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bef03f hue: 0.21 , saturation: 0.86 and the lightness value of bef03f is 0.59.

The process color (four color CMYK) of #bef03f color hex is 0.21, 0.00, 0.74, 0.06. Web safe color of #bef03f is #ccff33. Color #bef03f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 00111111
Octal 276 360 77
Decimal 190 240 63
Hex BE F0 3F

RGB Percentages of Color #bef03f

%38.54
%48.68
%12.78

CMYK Percentages of Color #bef03f

%21
%0
%74
%6

Triadic Colors of #bef03f

#bef03f #3fbef0 #f03fbe

Analogous Colors of #bef03f

#bef03f #66f03f #f0ca3f

Monochromatic Colors of #bef03f

#bef03f

Complementary Color

#bef03f #713ff0

#bef03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef03f Color CSS Codes

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

#bef03f Text Font Color

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

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


#bef03f Background Color

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

This div background color is #bef03f


#bef03f Border Color

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

This div border color is #bef03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef03f


Comments

No comments written yet.

Please login to write comment.