Color Hex Logo

#5ee2ec Color Hex

#5EE2EC
(94,226,236)
0 Favorites   0 Comments

Color spaces of #5ee2ec

RGB 94226236
HSL0.510.790.65
HSV184°60°93°
CMYK 0.600.040.00   0.07
XYZ46.952862.828589.0093
Yxy62.82850.23620.3161
Hunter Lab79.2644-32.9771-11.0941
CIE-Lab83.3521-32.9864-15.7092

#5ee2ec color RGB value is (94,226,236).

#5ee2ec hex color red value is 94, green value is 226 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5ee2ec hue: 0.51 , saturation: 0.79 and the lightness value of 5ee2ec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100010 11101100
Octal 136 342 354
Decimal 94 226 236
Hex 5E E2 EC

RGB Percentages of Color #5ee2ec

%16.91
%40.65
%42.45

CMYK Percentages of Color #5ee2ec

%60
%4
%0
%7

Triadic Colors of #5ee2ec

#5ee2ec #ec5ee2 #e2ec5e

Analogous Colors of #5ee2ec

#5ee2ec #5e9bec #5eecaf

Monochromatic Colors of #5ee2ec

#5ee2ec

Complementary Color

#5ee2ec #ec685e

#5ee2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee2ec Color CSS Codes

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

#5ee2ec Text Font Color

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

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


#5ee2ec Background Color

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

This div background color is #5ee2ec


#5ee2ec Border Color

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

This div border color is #5ee2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee2ec


Comments

No comments written yet.

Please login to write comment.