Color Hex Logo

#5ecaed Color Hex

#5ECAED
(94,202,237)
0 Favorites   0 Comments

Color spaces of #5ecaed

RGB 94202237
HSL0.540.800.65
HSV195°60°93°
CMYK 0.600.150.00   0.07
XYZ41.022750.735287.7515
Yxy50.73520.22850.2826
Hunter Lab71.2286-21.8467-23.1834
CIE-Lab76.5183-20.9250-26.6064

#5ecaed color RGB value is (94,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001010 11101101
Octal 136 312 355
Decimal 94 202 237
Hex 5E CA ED

RGB Percentages of Color #5ecaed

%17.64
%37.90
%44.47

CMYK Percentages of Color #5ecaed

%60
%15
%0
%7

Triadic Colors of #5ecaed

#5ecaed #ed5eca #caed5e

Analogous Colors of #5ecaed

#5ecaed #5e83ed #5eedc9

Monochromatic Colors of #5ecaed

#5ecaed

Complementary Color

#5ecaed #ed815e

#5ecaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecaed Color CSS Codes

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

#5ecaed Text Font Color

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

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


#5ecaed Background Color

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

This div background color is #5ecaed


#5ecaed Border Color

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

This div border color is #5ecaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,202,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 #5ecaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecaed


Comments

No comments written yet.

Please login to write comment.