Color Hex Logo

#5efdee Color Hex

#5EFDEE
(94,253,238)
0 Favorites   0 Comments

Color spaces of #5efdee

RGB 94253238
HSL0.480.980.68
HSV174°63°99°
CMYK 0.630.000.06   0.01
XYZ55.174078.803393.1915
Yxy78.80330.24290.3469
Hunter Lab88.7712-44.4065-0.1024
CIE-Lab91.1452-44.7375-5.1569

#5efdee color RGB value is (94,253,238).

#5efdee hex color red value is 94, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5efdee hue: 0.48 , saturation: 0.98 and the lightness value of 5efdee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111101 11101110
Octal 136 375 356
Decimal 94 253 238
Hex 5E FD EE

RGB Percentages of Color #5efdee

%16.07
%43.25
%40.68

CMYK Percentages of Color #5efdee

%63
%0
%6
%1

Triadic Colors of #5efdee

#5efdee #ee5efd #fdee5e

Analogous Colors of #5efdee

#5efdee #5ebdfd #5efd9f

Monochromatic Colors of #5efdee

#5efdee

Complementary Color

#5efdee #fd5e6d

#5efdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efdee Color CSS Codes

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

#5efdee Text Font Color

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

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


#5efdee Background Color

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

This div background color is #5efdee


#5efdee Border Color

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

This div border color is #5efdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,253,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 #5efdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efdee

Related Colors


Comments

No comments written yet.

Please login to write comment.