Color Hex Logo

#befb31 Color Hex

#BEFB31
(190,251,49)
0 Favorites   0 Comments

Color spaces of #befb31

RGB 19025149
HSL0.220.960.59
HSV78°80°98°
CMYK 0.240.000.80   0.02
XYZ56.286880.163315.4122
Yxy80.16330.37060.5279
Hunter Lab89.5340-44.467952.4677
CIE-Lab91.7581-44.593781.5585

#befb31 color RGB value is (190,251,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 00110001
Octal 276 373 61
Decimal 190 251 49
Hex BE FB 31

RGB Percentages of Color #befb31

%38.78
%51.22
%10.00

CMYK Percentages of Color #befb31

%24
%0
%80
%2

Triadic Colors of #befb31

#befb31 #31befb #fb31be

Analogous Colors of #befb31

#befb31 #59fb31 #fbd331

Monochromatic Colors of #befb31

#befb31

Complementary Color

#befb31 #6e31fb

#befb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befb31 Color CSS Codes

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

#befb31 Text Font Color

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

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


#befb31 Background Color

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

This div background color is #befb31


#befb31 Border Color

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

This div border color is #befb31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befb31


Comments

No comments written yet.

Please login to write comment.