Color Hex Logo

#bef22f Color Hex

#BEF22F
(190,242,47)
0 Favorites   0 Comments

Color spaces of #bef22f

RGB 19024247
HSL0.210.880.57
HSV76°81°95°
CMYK 0.210.000.81   0.05
XYZ53.500474.656614.2797
Yxy74.65660.37560.5241
Hunter Lab86.4041-40.681950.6842
CIE-Lab89.2319-40.751079.8212

#bef22f color RGB value is (190,242,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 00101111
Octal 276 362 57
Decimal 190 242 47
Hex BE F2 2F

RGB Percentages of Color #bef22f

%39.67
%50.52
%9.81

CMYK Percentages of Color #bef22f

%21
%0
%81
%5

Triadic Colors of #bef22f

#bef22f #2fbef2 #f22fbe

Analogous Colors of #bef22f

#bef22f #5df22f #f2c52f

Monochromatic Colors of #bef22f

#bef22f

Complementary Color

#bef22f #632ff2

#bef22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef22f Color CSS Codes

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

#bef22f Text Font Color

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

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


#bef22f Background Color

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

This div background color is #bef22f


#bef22f Border Color

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

This div border color is #bef22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef22f


Comments

No comments written yet.

Please login to write comment.