Color Hex Logo

#5ecff9 Color Hex

#5ECFF9
(94,207,249)
0 Favorites   0 Comments

Color spaces of #5ecff9

RGB 94207249
HSL0.550.930.67
HSV196°62°98°
CMYK 0.620.170.00   0.02
XYZ44.027853.844997.6951
Yxy53.84490.22510.2753
Hunter Lab73.3791-21.3125-27.5719
CIE-Lab78.3712-19.9014-30.1919

#5ecff9 color RGB value is (94,207,249).

#5ecff9 hex color red value is 94, green value is 207 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #5ecff9 hue: 0.55 , saturation: 0.93 and the lightness value of 5ecff9 is 0.67.

The process color (four color CMYK) of #5ecff9 color hex is 0.62, 0.17, 0.00, 0.02. Web safe color of #5ecff9 is #66ccff. Color #5ecff9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001111 11111001
Octal 136 317 371
Decimal 94 207 249
Hex 5E CF F9

RGB Percentages of Color #5ecff9

%17.09
%37.64
%45.27

CMYK Percentages of Color #5ecff9

%62
%17
%0
%2

Triadic Colors of #5ecff9

#5ecff9 #f95ecf #cff95e

Analogous Colors of #5ecff9

#5ecff9 #5e82f9 #5ef9d6

Monochromatic Colors of #5ecff9

#5ecff9

Complementary Color

#5ecff9 #f9885e

#5ecff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecff9 Color CSS Codes

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

#5ecff9 Text Font Color

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

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


#5ecff9 Background Color

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

This div background color is #5ecff9


#5ecff9 Border Color

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

This div border color is #5ecff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecff9


Comments

No comments written yet.

Please login to write comment.