Color Hex Logo

#5efaee Color Hex

#5EFAEE
(94,250,238)
0 Favorites   0 Comments

Color spaces of #5efaee

RGB 94250238
HSL0.490.940.67
HSV175°62°98°
CMYK 0.620.000.05   0.02
XYZ54.234376.923992.8783
Yxy76.92390.24210.3434
Hunter Lab87.7063-43.1082-1.3919
CIE-Lab90.2866-43.4179-6.4243

#5efaee color RGB value is (94,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111010 11101110
Octal 136 372 356
Decimal 94 250 238
Hex 5E FA EE

RGB Percentages of Color #5efaee

%16.15
%42.96
%40.89

CMYK Percentages of Color #5efaee

%62
%0
%5
%2

Triadic Colors of #5efaee

#5efaee #ee5efa #faee5e

Analogous Colors of #5efaee

#5efaee #5eb8fa #5efaa0

Monochromatic Colors of #5efaee

#5efaee

Complementary Color

#5efaee #fa5e6a

#5efaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efaee Color CSS Codes

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

#5efaee Text Font Color

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

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


#5efaee Background Color

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

This div background color is #5efaee


#5efaee Border Color

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

This div border color is #5efaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efaee

Related Colors


Comments

No comments written yet.

Please login to write comment.