Color Hex Logo

#5eccda Color Hex

#5ECCDA
(94,204,218)
0 Favorites   0 Comments

Color spaces of #5eccda

RGB 94204218
HSL0.520.630.61
HSV187°57°85°
CMYK 0.570.060.00   0.15
XYZ38.863850.627474.0534
Yxy50.62740.23760.3096
Hunter Lab71.1529-27.0208-11.8998
CIE-Lab76.4528-27.3907-16.4821

#5eccda color RGB value is (94,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11011010
Octal 136 314 332
Decimal 94 204 218
Hex 5E CC DA

RGB Percentages of Color #5eccda

%18.22
%39.53
%42.25

CMYK Percentages of Color #5eccda

%57
%6
%0
%15

Triadic Colors of #5eccda

#5eccda #da5ecc #ccda5e

Analogous Colors of #5eccda

#5eccda #5e8eda #5edaaa

Monochromatic Colors of #5eccda

#5eccda

Complementary Color

#5eccda #da6c5e

#5eccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccda Color CSS Codes

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

#5eccda Text Font Color

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

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


#5eccda Background Color

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

This div background color is #5eccda


#5eccda Border Color

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

This div border color is #5eccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccda


Comments

No comments written yet.

Please login to write comment.