Color Hex Logo

#5efba1 Color Hex

#5EFBA1
(94,251,161)
0 Favorites   0 Comments

Color spaces of #5efba1

RGB 94251161
HSL0.400.950.68
HSV146°63°98°
CMYK 0.630.000.36   0.02
XYZ45.546373.947345.5909
Yxy73.94730.27590.4479
Hunter Lab85.9926-55.943928.7609
CIE-Lab88.8976-60.876231.2334

#5efba1 color RGB value is (94,251,161).

#5efba1 hex color red value is 94, green value is 251 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #5efba1 hue: 0.40 , saturation: 0.95 and the lightness value of 5efba1 is 0.68.

The process color (four color CMYK) of #5efba1 color hex is 0.63, 0.00, 0.36, 0.02. Web safe color of #5efba1 is #66ff99. Color #5efba1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111011 10100001
Octal 136 373 241
Decimal 94 251 161
Hex 5E FB A1

RGB Percentages of Color #5efba1

%18.58
%49.60
%31.82

CMYK Percentages of Color #5efba1

%63
%0
%36
%2

Triadic Colors of #5efba1

#5efba1 #a15efb #fba15e

Analogous Colors of #5efba1

#5efba1 #5efbf0 #6afb5e

Monochromatic Colors of #5efba1

#5efba1

Complementary Color

#5efba1 #fb5eb8

#5efba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efba1 Color CSS Codes

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

#5efba1 Text Font Color

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

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


#5efba1 Background Color

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

This div background color is #5efba1


#5efba1 Border Color

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

This div border color is #5efba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efba1

Related Colors


Comments

No comments written yet.

Please login to write comment.