Color Hex Logo

#bef03c Color Hex

#BEF03C
(190,240,60)
0 Favorites   0 Comments

Color spaces of #bef03c

RGB 19024060
HSL0.210.860.59
HSV77°75°94°
CMYK 0.210.000.75   0.06
XYZ53.210973.593615.6754
Yxy73.59360.37350.5165
Hunter Lab85.7867-39.408649.2169
CIE-Lab88.7301-39.333975.7478

#bef03c color RGB value is (190,240,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 00111100
Octal 276 360 74
Decimal 190 240 60
Hex BE F0 3C

RGB Percentages of Color #bef03c

%38.78
%48.98
%12.24

CMYK Percentages of Color #bef03c

%21
%0
%75
%6

Triadic Colors of #bef03c

#bef03c #3cbef0 #f03cbe

Analogous Colors of #bef03c

#bef03c #64f03c #f0c83c

Monochromatic Colors of #bef03c

#bef03c

Complementary Color

#bef03c #6e3cf0

#bef03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef03c Color CSS Codes

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

#bef03c Text Font Color

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

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


#bef03c Background Color

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

This div background color is #bef03c


#bef03c Border Color

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

This div border color is #bef03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef03c


Comments

No comments written yet.

Please login to write comment.