Color Hex Logo

#bef01e Color Hex

#BEF01E
(190,240,30)
0 Favorites   0 Comments

Color spaces of #bef01e

RGB 19024030
HSL0.210.880.53
HSV74°88°94°
CMYK 0.210.000.88   0.06
XYZ52.629673.361112.6145
Yxy73.36110.37970.5293
Hunter Lab85.6511-40.207451.2237
CIE-Lab88.6197-40.364282.8797

#bef01e color RGB value is (190,240,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 00011110
Octal 276 360 36
Decimal 190 240 30
Hex BE F0 1E

RGB Percentages of Color #bef01e

%41.30
%52.17
%6.52

CMYK Percentages of Color #bef01e

%21
%0
%88
%6

Triadic Colors of #bef01e

#bef01e #1ebef0 #f01ebe

Analogous Colors of #bef01e

#bef01e #55f01e #f0b91e

Monochromatic Colors of #bef01e

#bef01e

Complementary Color

#bef01e #501ef0

#bef01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef01e Color CSS Codes

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

#bef01e Text Font Color

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

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


#bef01e Background Color

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

This div background color is #bef01e


#bef01e Border Color

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

This div border color is #bef01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef01e


Comments

No comments written yet.

Please login to write comment.