Color Hex Logo

#5eeaed Color Hex

#5EEAED
(94,234,237)
0 Favorites   0 Comments

Color spaces of #5eeaed

RGB 94234237
HSL0.500.800.65
HSV181°60°93°
CMYK 0.600.010.00   0.07
XYZ49.325067.339790.5189
Yxy67.33970.23810.3250
Hunter Lab82.0608-36.3138-7.9586
CIE-Lab85.6752-36.4524-12.7550

#5eeaed color RGB value is (94,234,237).

#5eeaed hex color red value is 94, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5eeaed hue: 0.50 , saturation: 0.80 and the lightness value of 5eeaed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 11101101
Octal 136 352 355
Decimal 94 234 237
Hex 5E EA ED

RGB Percentages of Color #5eeaed

%16.64
%41.42
%41.95

CMYK Percentages of Color #5eeaed

%60
%1
%0
%7

Triadic Colors of #5eeaed

#5eeaed #ed5eea #eaed5e

Analogous Colors of #5eeaed

#5eeaed #5ea3ed #5eeda9

Monochromatic Colors of #5eeaed

#5eeaed

Complementary Color

#5eeaed #ed615e

#5eeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeaed Color CSS Codes

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

#5eeaed Text Font Color

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

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


#5eeaed Background Color

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

This div background color is #5eeaed


#5eeaed Border Color

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

This div border color is #5eeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeaed


Comments

No comments written yet.

Please login to write comment.