Color Hex Logo

#beff46 Color Hex

#BEFF46
(190,255,70)
0 Favorites   0 Comments

Color spaces of #beff46

RGB 19025570
HSL0.231.000.64
HSV81°73°100°
CMYK 0.250.000.73   0.00
XYZ58.100782.909318.7352
Yxy82.90930.36370.5190
Hunter Lab91.0545-45.447051.5388
CIE-Lab92.9747-45.375076.6470

#beff46 color RGB value is (190,255,70).

#beff46 hex color red value is 190, green value is 255 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #beff46 hue: 0.23 , saturation: 1.00 and the lightness value of beff46 is 0.64.

The process color (four color CMYK) of #beff46 color hex is 0.25, 0.00, 0.73, 0.00. Web safe color of #beff46 is #ccff33. Color #beff46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 01000110
Octal 276 377 106
Decimal 190 255 70
Hex BE FF 46

RGB Percentages of Color #beff46

%36.89
%49.51
%13.59

CMYK Percentages of Color #beff46

%25
%0
%73
%0

Triadic Colors of #beff46

#beff46 #46beff #ff46be

Analogous Colors of #beff46

#beff46 #62ff46 #ffe446

Monochromatic Colors of #beff46

#beff46

Complementary Color

#beff46 #8746ff

#beff46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff46 Color CSS Codes

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

#beff46 Text Font Color

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

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


#beff46 Background Color

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

This div background color is #beff46


#beff46 Border Color

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

This div border color is #beff46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff46

Related Colors


Comments

No comments written yet.

Please login to write comment.