Color Hex Logo

#befa20 Color Hex

#BEFA20
(190,250,32)
0 Favorites   0 Comments

Color spaces of #befa20

RGB 19025032
HSL0.210.960.55
HSV77°87°98°
CMYK 0.240.000.87   0.02
XYZ55.681579.422613.7619
Yxy79.42260.37400.5335
Hunter Lab89.1194-44.432653.2279
CIE-Lab91.4252-44.669284.8461

#befa20 color RGB value is (190,250,32).

#befa20 hex color red value is 190, green value is 250 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #befa20 hue: 0.21 , saturation: 0.96 and the lightness value of befa20 is 0.55.

The process color (four color CMYK) of #befa20 color hex is 0.24, 0.00, 0.87, 0.02. Web safe color of #befa20 is #ccff33. Color #befa20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 00100000
Octal 276 372 40
Decimal 190 250 32
Hex BE FA 20

RGB Percentages of Color #befa20

%40.25
%52.97
%6.78

CMYK Percentages of Color #befa20

%24
%0
%87
%2

Triadic Colors of #befa20

#befa20 #20befa #fa20be

Analogous Colors of #befa20

#befa20 #51fa20 #fac920

Monochromatic Colors of #befa20

#befa20

Complementary Color

#befa20 #5c20fa

#befa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa20 Color CSS Codes

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

#befa20 Text Font Color

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

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


#befa20 Background Color

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

This div background color is #befa20


#befa20 Border Color

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

This div border color is #befa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa20


Comments

No comments written yet.

Please login to write comment.