Color Hex Logo

#5ecbfa Color Hex

#5ECBFA
(94,203,250)
0 Favorites   0 Comments

Color spaces of #5ecbfa

RGB 94203250
HSL0.550.940.67
HSV198°62°98°
CMYK 0.620.190.00   0.02
XYZ43.227351.993798.1999
Yxy51.99370.22350.2688
Hunter Lab72.1067-19.1775-30.2706
CIE-Lab77.2771-17.5443-32.4100

#5ecbfa color RGB value is (94,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 11111010
Octal 136 313 372
Decimal 94 203 250
Hex 5E CB FA

RGB Percentages of Color #5ecbfa

%17.18
%37.11
%45.70

CMYK Percentages of Color #5ecbfa

%62
%19
%0
%2

Triadic Colors of #5ecbfa

#5ecbfa #fa5ecb #cbfa5e

Analogous Colors of #5ecbfa

#5ecbfa #5e7dfa #5efadb

Monochromatic Colors of #5ecbfa

#5ecbfa

Complementary Color

#5ecbfa #fa8d5e

#5ecbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecbfa Color CSS Codes

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

#5ecbfa Text Font Color

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

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


#5ecbfa Background Color

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

This div background color is #5ecbfa


#5ecbfa Border Color

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

This div border color is #5ecbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.