Color Hex Logo

#5efaed Color Hex

#5EFAED
(94,250,237)
0 Favorites   0 Comments

Color spaces of #5efaed

RGB 94250237
HSL0.490.940.67
HSV175°62°98°
CMYK 0.620.000.05   0.02
XYZ54.087876.865392.1065
Yxy76.86530.24250.3446
Hunter Lab87.6729-43.3059-0.9173
CIE-Lab90.2596-43.6753-5.9440

#5efaed color RGB value is (94,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 11101101
Octal 136 372 355
Decimal 94 250 237
Hex 5E FA ED

RGB Percentages of Color #5efaed

%16.18
%43.03
%40.79

CMYK Percentages of Color #5efaed

%62
%0
%5
%2

Triadic Colors of #5efaed

#5efaed #ed5efa #faed5e

Analogous Colors of #5efaed

#5efaed #5eb9fa #5efa9f

Monochromatic Colors of #5efaed

#5efaed

Complementary Color

#5efaed #fa5e6b

#5efaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efaed Color CSS Codes

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

#5efaed Text Font Color

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

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


#5efaed Background Color

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

This div background color is #5efaed


#5efaed Border Color

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

This div border color is #5efaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efaed


Comments

No comments written yet.

Please login to write comment.