color codes Logo

#5ec5dd color codes

#5EC5DD
(94,197,221)
0 Favorites   0 Comments

Color spaces of #5ec5dd

RGB 94197221
HSL0.530.650.62
HSV191°57°87°
CMYK 0.570.110.00   0.13
XYZ37.633547.532675.5978
Yxy47.53260.23410.2957
Hunter Lab68.9439-23.2163-16.7515
CIE-Lab74.5292-23.0575-21.0130

#5ec5dd color RGB value is (94,197,221).

#5ec5dd hex color red value is 94, green value is 197 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5ec5dd hue: 0.53 , saturation: 0.65 and the lightness value of 5ec5dd is 0.62.

The process color (four color CMYK) of #5ec5dd color code is 0.57, 0.11, 0.00, 0.13. Web safe color of #5ec5dd is #66cccc. Color #5ec5dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000101 11011101
Octal 136 305 335
Decimal 94 197 221
Hex 5E C5 DD

RGB Percentages of Color #5ec5dd

%18.36
%38.48
%43.16

CMYK Percentages of Color #5ec5dd

%57
%11
%0
%13

Triadic Colors of #5ec5dd

#5ec5dd #dd5ec5 #c5dd5e

Analogous Colors of #5ec5dd

#5ec5dd #5e86dd #5eddb6

Monochromatic Colors of #5ec5dd

#5ec5dd

Complementary Color

#5ec5dd #dd765e

#5ec5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec5dd Color CSS Codes

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

#5ec5dd Text Font Color

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

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


#5ec5dd Background Color

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

This div background color is #5ec5dd


#5ec5dd Border Color

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

This div border color is #5ec5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec5dd


Comments

No comments written yet.

Please login to write comment.