Color Hex Logo

#5ec3fc Color Hex

#5EC3FC
(94,195,252)
0 Favorites   0 Comments

Color spaces of #5ec3fc

RGB 94195252
HSL0.560.960.68
HSV202°63°99°
CMYK 0.630.230.00   0.01
XYZ41.701948.438299.2470
Yxy48.43820.22020.2558
Hunter Lab69.5976-14.8410-35.8300
CIE-Lab75.1005-12.7396-36.8472

#5ec3fc color RGB value is (94,195,252).

#5ec3fc hex color red value is 94, green value is 195 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5ec3fc hue: 0.56 , saturation: 0.96 and the lightness value of 5ec3fc is 0.68.

The process color (four color CMYK) of #5ec3fc color hex is 0.63, 0.23, 0.00, 0.01. Web safe color of #5ec3fc is #66ccff. Color #5ec3fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000011 11111100
Octal 136 303 374
Decimal 94 195 252
Hex 5E C3 FC

RGB Percentages of Color #5ec3fc

%17.38
%36.04
%46.58

CMYK Percentages of Color #5ec3fc

%63
%23
%0
%1

Triadic Colors of #5ec3fc

#5ec3fc #fc5ec3 #c3fc5e

Analogous Colors of #5ec3fc

#5ec3fc #5e74fc #5efce6

Monochromatic Colors of #5ec3fc

#5ec3fc

Complementary Color

#5ec3fc #fc975e

#5ec3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec3fc Color CSS Codes

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

#5ec3fc Text Font Color

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

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


#5ec3fc Background Color

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

This div background color is #5ec3fc


#5ec3fc Border Color

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

This div border color is #5ec3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec3fc


Comments

No comments written yet.

Please login to write comment.