Color Hex Logo

#5eccfc Color Hex

#5ECCFC
(94,204,252)
0 Favorites   0 Comments

Color spaces of #5eccfc

RGB 94204252
HSL0.550.960.68
HSV198°63°99°
CMYK 0.630.190.00   0.01
XYZ43.779652.593799.9396
Yxy52.59370.22300.2679
Hunter Lab72.5215-19.1562-30.9406
CIE-Lab77.6345-17.4543-32.9282

#5eccfc color RGB value is (94,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11111100
Octal 136 314 374
Decimal 94 204 252
Hex 5E CC FC

RGB Percentages of Color #5eccfc

%17.09
%37.09
%45.82

CMYK Percentages of Color #5eccfc

%63
%19
%0
%1

Triadic Colors of #5eccfc

#5eccfc #fc5ecc #ccfc5e

Analogous Colors of #5eccfc

#5eccfc #5e7dfc #5efcdd

Monochromatic Colors of #5eccfc

#5eccfc

Complementary Color

#5eccfc #fc8e5e

#5eccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccfc Color CSS Codes

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

#5eccfc Text Font Color

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

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


#5eccfc Background Color

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

This div background color is #5eccfc


#5eccfc Border Color

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

This div border color is #5eccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccfc


Comments

No comments written yet.

Please login to write comment.