Color Hex Logo

#5eccdc Color Hex

#5ECCDC
(94,204,220)
0 Favorites   0 Comments

Color spaces of #5eccdc

RGB 94204220
HSL0.520.640.62
HSV188°57°86°
CMYK 0.570.070.00   0.14
XYZ39.127250.732775.4403
Yxy50.73270.23670.3069
Hunter Lab71.2269-26.5913-12.9385
CIE-Lab76.5168-26.8303-17.4629

#5eccdc color RGB value is (94,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11011100
Octal 136 314 334
Decimal 94 204 220
Hex 5E CC DC

RGB Percentages of Color #5eccdc

%18.15
%39.38
%42.47

CMYK Percentages of Color #5eccdc

%57
%7
%0
%14

Triadic Colors of #5eccdc

#5eccdc #dc5ecc #ccdc5e

Analogous Colors of #5eccdc

#5eccdc #5e8ddc #5edcad

Monochromatic Colors of #5eccdc

#5eccdc

Complementary Color

#5eccdc #dc6e5e

#5eccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccdc Color CSS Codes

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

#5eccdc Text Font Color

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

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


#5eccdc Background Color

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

This div background color is #5eccdc


#5eccdc Border Color

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

This div border color is #5eccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccdc


Comments

No comments written yet.

Please login to write comment.