Color Hex Logo

#5eecfb Color Hex

#5EECFB
(94,236,251)
0 Favorites   0 Comments

Color spaces of #5eecfb

RGB 94236251
HSL0.520.950.68
HSV186°63°98°
CMYK 0.630.060.00   0.02
XYZ52.024169.3356101.9079
Yxy69.33560.23300.3105
Hunter Lab83.2680-34.1959-14.2747
CIE-Lab86.6700-33.5410-18.6175

#5eecfb color RGB value is (94,236,251).

#5eecfb hex color red value is 94, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5eecfb hue: 0.52 , saturation: 0.95 and the lightness value of 5eecfb is 0.68.

The process color (four color CMYK) of #5eecfb color hex is 0.63, 0.06, 0.00, 0.02. Web safe color of #5eecfb is #66ffff. Color #5eecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101100 11111011
Octal 136 354 373
Decimal 94 236 251
Hex 5E EC FB

RGB Percentages of Color #5eecfb

%16.18
%40.62
%43.20

CMYK Percentages of Color #5eecfb

%63
%6
%0
%2

Triadic Colors of #5eecfb

#5eecfb #fb5eec #ecfb5e

Analogous Colors of #5eecfb

#5eecfb #5e9efb #5efbbc

Monochromatic Colors of #5eecfb

#5eecfb

Complementary Color

#5eecfb #fb6d5e

#5eecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eecfb Color CSS Codes

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

#5eecfb Text Font Color

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

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


#5eecfb Background Color

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

This div background color is #5eecfb


#5eecfb Border Color

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

This div border color is #5eecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eecfb

Related Colors


Comments

No comments written yet.

Please login to write comment.