Color Hex Logo

#5edee7 Color Hex

#5EDEE7
(94,222,231)
0 Favorites   0 Comments

Color spaces of #5edee7

RGB 94222231
HSL0.510.740.64
HSV184°59°91°
CMYK 0.590.040.00   0.09
XYZ45.161260.391884.8778
Yxy60.39180.23720.3171
Hunter Lab77.7122-32.2638-10.3585
CIE-Lab82.0507-32.4696-15.0136

#5edee7 color RGB value is (94,222,231).

#5edee7 hex color red value is 94, green value is 222 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #5edee7 hue: 0.51 , saturation: 0.74 and the lightness value of 5edee7 is 0.64.

The process color (four color CMYK) of #5edee7 color hex is 0.59, 0.04, 0.00, 0.09. Web safe color of #5edee7 is #66ccff. Color #5edee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011110 11100111
Octal 136 336 347
Decimal 94 222 231
Hex 5E DE E7

RGB Percentages of Color #5edee7

%17.18
%40.59
%42.23

CMYK Percentages of Color #5edee7

%59
%4
%0
%9

Triadic Colors of #5edee7

#5edee7 #e75ede #dee75e

Analogous Colors of #5edee7

#5edee7 #5e9ae7 #5ee7ac

Monochromatic Colors of #5edee7

#5edee7

Complementary Color

#5edee7 #e7675e

#5edee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edee7 Color CSS Codes

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

#5edee7 Text Font Color

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

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


#5edee7 Background Color

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

This div background color is #5edee7


#5edee7 Border Color

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

This div border color is #5edee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edee7


Comments

No comments written yet.

Please login to write comment.