Color Hex Logo

#beff50 Color Hex

#BEFF50
(190,255,80)
0 Favorites   0 Comments

Color spaces of #beff50

RGB 19025580
HSL0.231.000.66
HSV82°69°100°
CMYK 0.250.000.69   0.00
XYZ58.443283.046320.5387
Yxy83.04630.36070.5125
Hunter Lab91.1297-45.001750.4281
CIE-Lab93.0347-44.801473.2898

#beff50 color RGB value is (190,255,80).

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

The process color (four color CMYK) of #beff50 color hex is 0.25, 0.00, 0.69, 0.00. Web safe color of #beff50 is #ccff66. Color #beff50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 01010000
Octal 276 377 120
Decimal 190 255 80
Hex BE FF 50

RGB Percentages of Color #beff50

%36.19
%48.57
%15.24

CMYK Percentages of Color #beff50

%25
%0
%69
%0

Triadic Colors of #beff50

#beff50 #50beff #ff50be

Analogous Colors of #beff50

#beff50 #67ff50 #ffe950

Monochromatic Colors of #beff50

#beff50

Complementary Color

#beff50 #9150ff

#beff50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff50 Color CSS Codes

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

#beff50 Text Font Color

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

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


#beff50 Background Color

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

This div background color is #beff50


#beff50 Border Color

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

This div border color is #beff50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff50

Related Colors


Comments

No comments written yet.

Please login to write comment.