Color Hex Logo

#beff5a Color Hex

#BEFF5A
(190,255,90)
0 Favorites   0 Comments

Color spaces of #beff5a

RGB 19025590
HSL0.231.000.68
HSV84°65°100°
CMYK 0.250.000.65   0.00
XYZ58.840783.205322.6319
Yxy83.20530.35730.5053
Hunter Lab91.2169-44.485849.1414
CIE-Lab93.1042-44.139469.6384

#beff5a color RGB value is (190,255,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 01011010
Octal 276 377 132
Decimal 190 255 90
Hex BE FF 5A

RGB Percentages of Color #beff5a

%35.51
%47.66
%16.82

CMYK Percentages of Color #beff5a

%25
%0
%65
%0

Triadic Colors of #beff5a

#beff5a #5abeff #ff5abe

Analogous Colors of #beff5a

#beff5a #6cff5a #ffee5a

Monochromatic Colors of #beff5a

#beff5a

Complementary Color

#beff5a #9b5aff

#beff5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff5a Color CSS Codes

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

#beff5a Text Font Color

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

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


#beff5a Background Color

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

This div background color is #beff5a


#beff5a Border Color

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

This div border color is #beff5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff5a

Related Colors


Comments

No comments written yet.

Please login to write comment.