Color Hex Logo

#5ecaee Color Hex

#5ECAEE
(94,202,238)
0 Favorites   0 Comments

Color spaces of #5ecaee

RGB 94202238
HSL0.540.810.65
HSV195°61°93°
CMYK 0.610.150.00   0.07
XYZ41.169250.793888.5233
Yxy50.79380.22810.2814
Hunter Lab71.2698-21.6110-23.7545
CIE-Lab76.5539-20.6292-27.0891

#5ecaee color RGB value is (94,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001010 11101110
Octal 136 312 356
Decimal 94 202 238
Hex 5E CA EE

RGB Percentages of Color #5ecaee

%17.60
%37.83
%44.57

CMYK Percentages of Color #5ecaee

%61
%15
%0
%7

Triadic Colors of #5ecaee

#5ecaee #ee5eca #caee5e

Analogous Colors of #5ecaee

#5ecaee #5e82ee #5eeeca

Monochromatic Colors of #5ecaee

#5ecaee

Complementary Color

#5ecaee #ee825e

#5ecaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecaee Color CSS Codes

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

#5ecaee Text Font Color

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

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


#5ecaee Background Color

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

This div background color is #5ecaee


#5ecaee Border Color

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

This div border color is #5ecaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecaee


Comments

No comments written yet.

Please login to write comment.