Color Hex Logo

#bef416 Color Hex

#BEF416
(190,244,22)
0 Favorites   0 Comments

Color spaces of #bef416

RGB 19024422
HSL0.210.910.52
HSV75°91°96°
CMYK 0.220.000.91   0.04
XYZ53.730775.706412.5400
Yxy75.70640.37840.5332
Hunter Lab87.0094-42.037952.3616
CIE-Lab89.7228-42.275784.9741

#bef416 color RGB value is (190,244,22).

#bef416 hex color red value is 190, green value is 244 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bef416 hue: 0.21 , saturation: 0.91 and the lightness value of bef416 is 0.52.

The process color (four color CMYK) of #bef416 color hex is 0.22, 0.00, 0.91, 0.04. Web safe color of #bef416 is #ccff00. Color #bef416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 00010110
Octal 276 364 26
Decimal 190 244 22
Hex BE F4 16

RGB Percentages of Color #bef416

%41.67
%53.51
%4.82

CMYK Percentages of Color #bef416

%22
%0
%91
%4

Triadic Colors of #bef416

#bef416 #16bef4 #f416be

Analogous Colors of #bef416

#bef416 #4ff416 #f4bb16

Monochromatic Colors of #bef416

#bef416

Complementary Color

#bef416 #4c16f4

#bef416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef416 Color CSS Codes

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

#bef416 Text Font Color

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

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


#bef416 Background Color

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

This div background color is #bef416


#bef416 Border Color

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

This div border color is #bef416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef416


Comments

No comments written yet.

Please login to write comment.