Color Hex Logo

#5ecfee Color Hex

#5ECFEE
(94,207,238)
0 Favorites   0 Comments

Color spaces of #5ecfee

RGB 94207238
HSL0.540.810.65
HSV193°61°93°
CMYK 0.610.130.00   0.07
XYZ42.361553.178488.9207
Yxy53.17840.22970.2883
Hunter Lab72.9235-23.9250-21.2499
CIE-Lab77.9802-23.1596-24.9089

#5ecfee color RGB value is (94,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001111 11101110
Octal 136 317 356
Decimal 94 207 238
Hex 5E CF EE

RGB Percentages of Color #5ecfee

%17.44
%38.40
%44.16

CMYK Percentages of Color #5ecfee

%61
%13
%0
%7

Triadic Colors of #5ecfee

#5ecfee #ee5ecf #cfee5e

Analogous Colors of #5ecfee

#5ecfee #5e87ee #5eeec5

Monochromatic Colors of #5ecfee

#5ecfee

Complementary Color

#5ecfee #ee7d5e

#5ecfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecfee Color CSS Codes

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

#5ecfee Text Font Color

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

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


#5ecfee Background Color

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

This div background color is #5ecfee


#5ecfee Border Color

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

This div border color is #5ecfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecfee


Comments

No comments written yet.

Please login to write comment.