Color Hex Logo

#5eccdb Color Hex

#5ECCDB
(94,204,219)
0 Favorites   0 Comments

Color spaces of #5eccdb

RGB 94204219
HSL0.520.630.61
HSV187°57°86°
CMYK 0.570.070.00   0.14
XYZ38.995150.679974.7448
Yxy50.67990.23720.3082
Hunter Lab71.1898-26.8066-12.4179
CIE-Lab76.4847-27.1110-16.9727

#5eccdb color RGB value is (94,204,219).

#5eccdb hex color red value is 94, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5eccdb hue: 0.52 , saturation: 0.63 and the lightness value of 5eccdb is 0.61.

The process color (four color CMYK) of #5eccdb color hex is 0.57, 0.07, 0.00, 0.14. Web safe color of #5eccdb is #66cccc. Color #5eccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11011011
Octal 136 314 333
Decimal 94 204 219
Hex 5E CC DB

RGB Percentages of Color #5eccdb

%18.18
%39.46
%42.36

CMYK Percentages of Color #5eccdb

%57
%7
%0
%14

Triadic Colors of #5eccdb

#5eccdb #db5ecc #ccdb5e

Analogous Colors of #5eccdb

#5eccdb #5e8edb #5edbac

Monochromatic Colors of #5eccdb

#5eccdb

Complementary Color

#5eccdb #db6d5e

#5eccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccdb Color CSS Codes

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

#5eccdb Text Font Color

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

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


#5eccdb Background Color

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

This div background color is #5eccdb


#5eccdb Border Color

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

This div border color is #5eccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccdb


Comments

No comments written yet.

Please login to write comment.