Color Hex Logo

#5efabc Color Hex

#5EFABC
(94,250,188)
0 Favorites   0 Comments

Color spaces of #5efabc

RGB 94250188
HSL0.430.940.67
HSV156°62°98°
CMYK 0.620.000.25   0.02
XYZ47.878874.381759.4106
Yxy74.38170.26350.4094
Hunter Lab86.2448-51.834219.5289
CIE-Lab89.1026-55.191517.7815

#5efabc color RGB value is (94,250,188).

#5efabc hex color red value is 94, green value is 250 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5efabc hue: 0.43 , saturation: 0.94 and the lightness value of 5efabc is 0.67.

The process color (four color CMYK) of #5efabc color hex is 0.62, 0.00, 0.25, 0.02. Web safe color of #5efabc is #66ffcc. Color #5efabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 10111100
Octal 136 372 274
Decimal 94 250 188
Hex 5E FA BC

RGB Percentages of Color #5efabc

%17.67
%46.99
%35.34

CMYK Percentages of Color #5efabc

%62
%0
%25
%2

Triadic Colors of #5efabc

#5efabc #bc5efa #fabc5e

Analogous Colors of #5efabc

#5efabc #5eeafa #5efa6e

Monochromatic Colors of #5efabc

#5efabc

Complementary Color

#5efabc #fa5e9c

#5efabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efabc Color CSS Codes

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

#5efabc Text Font Color

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

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


#5efabc Background Color

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

This div background color is #5efabc


#5efabc Border Color

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

This div border color is #5efabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efabc


Comments

No comments written yet.

Please login to write comment.