Color Hex Logo

#5eccff Color Hex

#5ECCFF
(94,204,255)
0 Favorites   0 Comments

Color spaces of #5eccff

RGB 94204255
HSL0.551.000.68
HSV199°63°100°
CMYK 0.630.200.00   0.00
XYZ44.259052.7854102.4637
Yxy52.78540.22180.2646
Hunter Lab72.6536-18.4053-32.7595
CIE-Lab77.7481-16.5397-34.3550

#5eccff color RGB value is (94,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11111111
Octal 136 314 377
Decimal 94 204 255
Hex 5E CC FF

RGB Percentages of Color #5eccff

%17.00
%36.89
%46.11

CMYK Percentages of Color #5eccff

%63
%20
%0
%0

Triadic Colors of #5eccff

#5eccff #ff5ecc #ccff5e

Analogous Colors of #5eccff

#5eccff #5e7cff #5effe2

Monochromatic Colors of #5eccff

#5eccff

Complementary Color

#5eccff #ff915e

#5eccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccff Color CSS Codes

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

#5eccff Text Font Color

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

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


#5eccff Background Color

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

This div background color is #5eccff


#5eccff Border Color

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

This div border color is #5eccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccff


Comments

No comments written yet.

Please login to write comment.