Color Hex Logo

#5eeecc Color Hex

#5EEECC
(94,238,204)
0 Favorites   0 Comments

Color spaces of #5eeecc

RGB 94238204
HSL0.460.810.65
HSV166°61°93°
CMYK 0.610.000.14   0.07
XYZ46.089767.888467.8013
Yxy67.88840.25350.3735
Hunter Lab82.3944-44.34118.8871
CIE-Lab85.9506-46.62394.9895

#5eeecc color RGB value is (94,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101110 11001100
Octal 136 356 314
Decimal 94 238 204
Hex 5E EE CC

RGB Percentages of Color #5eeecc

%17.54
%44.40
%38.06

CMYK Percentages of Color #5eeecc

%61
%0
%14
%7

Triadic Colors of #5eeecc

#5eeecc #cc5eee #eecc5e

Analogous Colors of #5eeecc

#5eeecc #5ec8ee #5eee84

Monochromatic Colors of #5eeecc

#5eeecc

Complementary Color

#5eeecc #ee5e80

#5eeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeecc Color CSS Codes

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

#5eeecc Text Font Color

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

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


#5eeecc Background Color

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

This div background color is #5eeecc


#5eeecc Border Color

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

This div border color is #5eeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeecc


Comments

No comments written yet.

Please login to write comment.