Color Hex Logo

#5efaf7 Color Hex

#5EFAF7
(94,250,247)
0 Favorites   0 Comments

Color spaces of #5efaf7

RGB 94250247
HSL0.500.940.67
HSV179°62°98°
CMYK 0.620.000.01   0.02
XYZ55.590277.4663100.0183
Yxy77.46630.23850.3324
Hunter Lab88.0149-41.2856-5.7654
CIE-Lab90.5358-41.0646-10.7356

#5efaf7 color RGB value is (94,250,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 11110111
Octal 136 372 367
Decimal 94 250 247
Hex 5E FA F7

RGB Percentages of Color #5efaf7

%15.91
%42.30
%41.79

CMYK Percentages of Color #5efaf7

%62
%0
%1
%2

Triadic Colors of #5efaf7

#5efaf7 #f75efa #faf75e

Analogous Colors of #5efaf7

#5efaf7 #5eaffa #5efaa9

Monochromatic Colors of #5efaf7

#5efaf7

Complementary Color

#5efaf7 #fa5e61

#5efaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efaf7 Color CSS Codes

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

#5efaf7 Text Font Color

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

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


#5efaf7 Background Color

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

This div background color is #5efaf7


#5efaf7 Border Color

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

This div border color is #5efaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efaf7


Comments

No comments written yet.

Please login to write comment.