Color Hex Logo

#bef04a Color Hex

#BEF04A
(190,240,74)
0 Favorites   0 Comments

Color spaces of #bef04a

RGB 19024074
HSL0.220.850.62
HSV78°69°94°
CMYK 0.210.000.69   0.06
XYZ53.631373.761717.8893
Yxy73.76170.36920.5077
Hunter Lab85.8846-38.832447.7695
CIE-Lab88.8097-38.595071.1660

#bef04a color RGB value is (190,240,74).

#bef04a hex color red value is 190, green value is 240 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bef04a hue: 0.22 , saturation: 0.85 and the lightness value of bef04a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01001010
Octal 276 360 112
Decimal 190 240 74
Hex BE F0 4A

RGB Percentages of Color #bef04a

%37.70
%47.62
%14.68

CMYK Percentages of Color #bef04a

%21
%0
%69
%6

Triadic Colors of #bef04a

#bef04a #4abef0 #f04abe

Analogous Colors of #bef04a

#bef04a #6bf04a #f0cf4a

Monochromatic Colors of #bef04a

#bef04a

Complementary Color

#bef04a #7c4af0

#bef04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef04a Color CSS Codes

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

#bef04a Text Font Color

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

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


#bef04a Background Color

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

This div background color is #bef04a


#bef04a Border Color

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

This div border color is #bef04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef04a


Comments

No comments written yet.

Please login to write comment.