Color Hex Logo

#bef216 Color Hex

#BEF216
(190,242,22)
0 Favorites   0 Comments

Color spaces of #bef216

RGB 19024222
HSL0.210.890.52
HSV74°91°95°
CMYK 0.210.000.91   0.05
XYZ53.132274.509312.3404
Yxy74.50930.37960.5323
Hunter Lab86.3188-41.184951.9469
CIE-Lab89.1626-41.401884.5273

#bef216 color RGB value is (190,242,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 00010110
Octal 276 362 26
Decimal 190 242 22
Hex BE F2 16

RGB Percentages of Color #bef216

%41.85
%53.30
%4.85

CMYK Percentages of Color #bef216

%21
%0
%91
%5

Triadic Colors of #bef216

#bef216 #16bef2 #f216be

Analogous Colors of #bef216

#bef216 #50f216 #f2b816

Monochromatic Colors of #bef216

#bef216

Complementary Color

#bef216 #4a16f2

#bef216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef216 Color CSS Codes

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

#bef216 Text Font Color

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

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


#bef216 Background Color

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

This div background color is #bef216


#bef216 Border Color

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

This div border color is #bef216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef216


Comments

No comments written yet.

Please login to write comment.