Color Hex Logo

#5eeedc Color Hex

#5EEEDC
(94,238,220)
0 Favorites   0 Comments

Color spaces of #5eeedc

RGB 94238220
HSL0.480.810.65
HSV173°61°93°
CMYK 0.610.000.08   0.07
XYZ48.108968.696178.4342
Yxy68.69610.24640.3519
Hunter Lab82.8831-41.43641.9107
CIE-Lab86.3533-42.7051-2.8142

#5eeedc color RGB value is (94,238,220).

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

The process color (four color CMYK) of #5eeedc color hex is 0.61, 0.00, 0.08, 0.07. Web safe color of #5eeedc is #66ffcc. Color #5eeedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101110 11011100
Octal 136 356 334
Decimal 94 238 220
Hex 5E EE DC

RGB Percentages of Color #5eeedc

%17.03
%43.12
%39.86

CMYK Percentages of Color #5eeedc

%61
%0
%8
%7

Triadic Colors of #5eeedc

#5eeedc #dc5eee #eedc5e

Analogous Colors of #5eeedc

#5eeedc #5eb8ee #5eee94

Monochromatic Colors of #5eeedc

#5eeedc

Complementary Color

#5eeedc #ee5e70

#5eeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeedc Color CSS Codes

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

#5eeedc Text Font Color

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

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


#5eeedc Background Color

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

This div background color is #5eeedc


#5eeedc Border Color

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

This div border color is #5eeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeedc


Comments

No comments written yet.

Please login to write comment.