Color Hex Logo

#bef46f Color Hex

#BEF46F
(190,244,111)
0 Favorites   0 Comments

Color spaces of #bef46f

RGB 190244111
HSL0.230.860.70
HSV84°55°96°
CMYK 0.220.000.55   0.04
XYZ56.455176.796226.8866
Yxy76.79620.35250.4796
Hunter Lab87.6334-38.365543.1528
CIE-Lab90.2277-37.579257.6768

#bef46f color RGB value is (190,244,111).

#bef46f hex color red value is 190, green value is 244 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bef46f hue: 0.23 , saturation: 0.86 and the lightness value of bef46f is 0.70.

The process color (four color CMYK) of #bef46f color hex is 0.22, 0.00, 0.55, 0.04. Web safe color of #bef46f is #ccff66. Color #bef46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 01101111
Octal 276 364 157
Decimal 190 244 111
Hex BE F4 6F

RGB Percentages of Color #bef46f

%34.86
%44.77
%20.37

CMYK Percentages of Color #bef46f

%22
%0
%55
%4

Triadic Colors of #bef46f

#bef46f #6fbef4 #f46fbe

Analogous Colors of #bef46f

#bef46f #7cf46f #f4e86f

Monochromatic Colors of #bef46f

#bef46f

Complementary Color

#bef46f #a56ff4

#bef46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef46f Color CSS Codes

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

#bef46f Text Font Color

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

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


#bef46f Background Color

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

This div background color is #bef46f


#bef46f Border Color

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

This div border color is #bef46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef46f


Comments

No comments written yet.

Please login to write comment.