Color Hex Logo

#bef03a Color Hex

#BEF03A
(190,240,58)
0 Favorites   0 Comments

Color spaces of #bef03a

RGB 19024058
HSL0.210.860.58
HSV76°76°94°
CMYK 0.210.000.76   0.06
XYZ53.159073.572815.4022
Yxy73.57280.37400.5176
Hunter Lab85.7746-39.479749.3957
CIE-Lab88.7202-39.425476.3433

#bef03a color RGB value is (190,240,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 00111010
Octal 276 360 72
Decimal 190 240 58
Hex BE F0 3A

RGB Percentages of Color #bef03a

%38.93
%49.18
%11.89

CMYK Percentages of Color #bef03a

%21
%0
%76
%6

Triadic Colors of #bef03a

#bef03a #3abef0 #f03abe

Analogous Colors of #bef03a

#bef03a #63f03a #f0c73a

Monochromatic Colors of #bef03a

#bef03a

Complementary Color

#bef03a #6c3af0

#bef03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef03a Color CSS Codes

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

#bef03a Text Font Color

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

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


#bef03a Background Color

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

This div background color is #bef03a


#bef03a Border Color

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

This div border color is #bef03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef03a


Comments

No comments written yet.

Please login to write comment.