Color Hex Logo

#bef81c Color Hex

#BEF81C
(190,248,28)
0 Favorites   0 Comments

Color spaces of #bef81c

RGB 19024828
HSL0.210.940.54
HSV76°89°97°
CMYK 0.230.000.89   0.03
XYZ55.012278.165813.2867
Yxy78.16580.37560.5337
Hunter Lab88.4114-43.652052.9777
CIE-Lab90.8555-43.896885.0327

#bef81c color RGB value is (190,248,28).

#bef81c hex color red value is 190, green value is 248 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bef81c hue: 0.21 , saturation: 0.94 and the lightness value of bef81c is 0.54.

The process color (four color CMYK) of #bef81c color hex is 0.23, 0.00, 0.89, 0.03. Web safe color of #bef81c is #ccff33. Color #bef81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111000 00011100
Octal 276 370 34
Decimal 190 248 28
Hex BE F8 1C

RGB Percentages of Color #bef81c

%40.77
%53.22
%6.01

CMYK Percentages of Color #bef81c

%23
%0
%89
%3

Triadic Colors of #bef81c

#bef81c #1cbef8 #f81cbe

Analogous Colors of #bef81c

#bef81c #50f81c #f8c41c

Monochromatic Colors of #bef81c

#bef81c

Complementary Color

#bef81c #561cf8

#bef81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef81c Color CSS Codes

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

#bef81c Text Font Color

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

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


#bef81c Background Color

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

This div background color is #bef81c


#bef81c Border Color

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

This div border color is #bef81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef81c


Comments

No comments written yet.

Please login to write comment.