Color Hex Logo

#5ef260 Color Hex

#5EF260
(94,242,96)
0 Favorites   0 Comments

Color spaces of #5ef260

RGB 9424296
HSL0.340.850.66
HSV121°61°95°
CMYK 0.610.000.60   0.05
XYZ38.479566.728521.9181
Yxy66.72850.30270.5249
Hunter Lab81.6875-58.869441.2728
CIE-Lab85.3667-67.040057.5566

#5ef260 color RGB value is (94,242,96).

#5ef260 hex color red value is 94, green value is 242 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #5ef260 hue: 0.34 , saturation: 0.85 and the lightness value of 5ef260 is 0.66.

The process color (four color CMYK) of #5ef260 color hex is 0.61, 0.00, 0.60, 0.05. Web safe color of #5ef260 is #66ff66. Color #5ef260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110010 01100000
Octal 136 362 140
Decimal 94 242 96
Hex 5E F2 60

RGB Percentages of Color #5ef260

%21.76
%56.02
%22.22

CMYK Percentages of Color #5ef260

%61
%0
%60
%5

Triadic Colors of #5ef260

#5ef260 #605ef2 #f2605e

Analogous Colors of #5ef260

#5ef260 #5ef2aa #a6f25e

Monochromatic Colors of #5ef260

#5ef260

Complementary Color

#5ef260 #f25ef0

#5ef260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef260 Color CSS Codes

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

#5ef260 Text Font Color

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

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


#5ef260 Background Color

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

This div background color is #5ef260


#5ef260 Border Color

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

This div border color is #5ef260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,242,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ef260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ef260;
  -webkit-box-shadow: 1px 1px 3px 2px #5ef260;
  box-shadow:         1px 1px 3px 2px #5ef260; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,242,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef260


Comments

No comments written yet.

Please login to write comment.