Color Hex Logo

#bef446 Color Hex

#BEF446
(190,244,70)
0 Favorites   0 Comments

Color spaces of #bef446

RGB 19024470
HSL0.220.890.62
HSV79°71°96°
CMYK 0.220.000.71   0.04
XYZ54.691476.090717.5988
Yxy76.09070.36860.5128
Hunter Lab87.2300-40.736749.0991
CIE-Lab89.9014-40.596073.6444

#bef446 color RGB value is (190,244,70).

#bef446 hex color red value is 190, green value is 244 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bef446 hue: 0.22 , saturation: 0.89 and the lightness value of bef446 is 0.62.

The process color (four color CMYK) of #bef446 color hex is 0.22, 0.00, 0.71, 0.04. Web safe color of #bef446 is #ccff33. Color #bef446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 01000110
Octal 276 364 106
Decimal 190 244 70
Hex BE F4 46

RGB Percentages of Color #bef446

%37.70
%48.41
%13.89

CMYK Percentages of Color #bef446

%22
%0
%71
%4

Triadic Colors of #bef446

#bef446 #46bef4 #f446be

Analogous Colors of #bef446

#bef446 #67f446 #f4d346

Monochromatic Colors of #bef446

#bef446

Complementary Color

#bef446 #7c46f4

#bef446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef446 Color CSS Codes

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

#bef446 Text Font Color

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

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


#bef446 Background Color

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

This div background color is #bef446


#bef446 Border Color

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

This div border color is #bef446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef446


Comments

No comments written yet.

Please login to write comment.