Color Hex Logo

#bef131 Color Hex

#BEF131
(190,241,49)
0 Favorites   0 Comments

Color spaces of #bef131

RGB 19024149
HSL0.210.870.57
HSV76°80°95°
CMYK 0.210.000.80   0.05
XYZ53.244974.079514.3982
Yxy74.07950.37570.5227
Hunter Lab86.0694-40.196650.3302
CIE-Lab88.9600-40.237579.0722

#bef131 color RGB value is (190,241,49).

#bef131 hex color red value is 190, green value is 241 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bef131 hue: 0.21 , saturation: 0.87 and the lightness value of bef131 is 0.57.

The process color (four color CMYK) of #bef131 color hex is 0.21, 0.00, 0.80, 0.05. Web safe color of #bef131 is #ccff33. Color #bef131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00110001
Octal 276 361 61
Decimal 190 241 49
Hex BE F1 31

RGB Percentages of Color #bef131

%39.58
%50.21
%10.21

CMYK Percentages of Color #bef131

%21
%0
%80
%5

Triadic Colors of #bef131

#bef131 #31bef1 #f131be

Analogous Colors of #bef131

#bef131 #5ef131 #f1c431

Monochromatic Colors of #bef131

#bef131

Complementary Color

#bef131 #6431f1

#bef131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef131 Color CSS Codes

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

#bef131 Text Font Color

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

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


#bef131 Background Color

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

This div background color is #bef131


#bef131 Border Color

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

This div border color is #bef131


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,241,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 #bef131">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef131


Comments

No comments written yet.

Please login to write comment.