Color Hex Logo

#5eccd6 Color Hex

#5ECCD6
(94,204,214)
0 Favorites   0 Comments

Color spaces of #5eccd6

RGB 94204214
HSL0.510.590.60
HSV185°56°84°
CMYK 0.560.050.00   0.16
XYZ38.346650.420571.3294
Yxy50.42050.23950.3149
Hunter Lab71.0074-27.8664-9.8537
CIE-Lab76.3266-28.5007-14.5160

#5eccd6 color RGB value is (94,204,214).

#5eccd6 hex color red value is 94, green value is 204 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #5eccd6 hue: 0.51 , saturation: 0.59 and the lightness value of 5eccd6 is 0.60.

The process color (four color CMYK) of #5eccd6 color hex is 0.56, 0.05, 0.00, 0.16. Web safe color of #5eccd6 is #66cccc. Color #5eccd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11010110
Octal 136 314 326
Decimal 94 204 214
Hex 5E CC D6

RGB Percentages of Color #5eccd6

%18.36
%39.84
%41.80

CMYK Percentages of Color #5eccd6

%56
%5
%0
%16

Triadic Colors of #5eccd6

#5eccd6 #d65ecc #ccd65e

Analogous Colors of #5eccd6

#5eccd6 #5e90d6 #5ed6a4

Monochromatic Colors of #5eccd6

#5eccd6

Complementary Color

#5eccd6 #d6685e

#5eccd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccd6 Color CSS Codes

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

#5eccd6 Text Font Color

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

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


#5eccd6 Background Color

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

This div background color is #5eccd6


#5eccd6 Border Color

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

This div border color is #5eccd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccd6


Comments

No comments written yet.

Please login to write comment.