Color Hex Logo

#bef110 Color Hex

#BEF110
(190,241,16)
0 Favorites   0 Comments

Color spaces of #bef110

RGB 19024116
HSL0.200.890.50
HSV74°93°95°
CMYK 0.210.000.93   0.05
XYZ52.784073.895211.9714
Yxy73.89520.38070.5330
Hunter Lab85.9623-40.828551.9167
CIE-Lab88.8729-41.054885.0023

#bef110 color RGB value is (190,241,16).

#bef110 hex color red value is 190, green value is 241 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bef110 hue: 0.20 , saturation: 0.89 and the lightness value of bef110 is 0.50.

The process color (four color CMYK) of #bef110 color hex is 0.21, 0.00, 0.93, 0.05. Web safe color of #bef110 is #ccff00. Color #bef110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00010000
Octal 276 361 20
Decimal 190 241 16
Hex BE F1 10

RGB Percentages of Color #bef110

%42.51
%53.91
%3.58

CMYK Percentages of Color #bef110

%21
%0
%93
%5

Triadic Colors of #bef110

#bef110 #10bef1 #f110be

Analogous Colors of #bef110

#bef110 #4ef110 #f1b410

Monochromatic Colors of #bef110

#bef110

Complementary Color

#bef110 #4310f1

#bef110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef110 Color CSS Codes

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

#bef110 Text Font Color

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

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


#bef110 Background Color

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

This div background color is #bef110


#bef110 Border Color

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

This div border color is #bef110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef110


Comments

No comments written yet.

Please login to write comment.