Color Hex Logo

#befb2a Color Hex

#BEFB2A
(190,251,42)
0 Favorites   0 Comments

Color spaces of #befb2a

RGB 19025142
HSL0.220.960.57
HSV78°83°98°
CMYK 0.240.000.83   0.02
XYZ56.150380.108714.6936
Yxy80.10870.37200.5307
Hunter Lab89.5035-44.648552.9189
CIE-Lab91.7336-44.827983.1621

#befb2a color RGB value is (190,251,42).

#befb2a hex color red value is 190, green value is 251 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #befb2a hue: 0.22 , saturation: 0.96 and the lightness value of befb2a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 00101010
Octal 276 373 52
Decimal 190 251 42
Hex BE FB 2A

RGB Percentages of Color #befb2a

%39.34
%51.97
%8.70

CMYK Percentages of Color #befb2a

%24
%0
%83
%2

Triadic Colors of #befb2a

#befb2a #2abefb #fb2abe

Analogous Colors of #befb2a

#befb2a #56fb2a #fbd02a

Monochromatic Colors of #befb2a

#befb2a

Complementary Color

#befb2a #672afb

#befb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#befb2a Color CSS Codes

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

#befb2a Text Font Color

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

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


#befb2a Background Color

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

This div background color is #befb2a


#befb2a Border Color

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

This div border color is #befb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befb2a


Comments

No comments written yet.

Please login to write comment.