Color Hex Logo

#5ad9dd Color Hex

#5AD9DD
(90,217,221)
0 Favorites   0 Comments

Color spaces of #5ad9dd

RGB 90217221
HSL0.510.660.61
HSV182°59°87°
CMYK 0.590.020.00   0.13
XYZ42.080457.019877.1947
Yxy57.01980.23870.3234
Hunter Lab75.5115-32.6720-7.7536
CIE-Lab80.1907-33.5343-12.4900

#5ad9dd color RGB value is (90,217,221).

#5ad9dd hex color red value is 90, green value is 217 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5ad9dd hue: 0.51 , saturation: 0.66 and the lightness value of 5ad9dd is 0.61.

The process color (four color CMYK) of #5ad9dd color hex is 0.59, 0.02, 0.00, 0.13. Web safe color of #5ad9dd is #66cccc. Color #5ad9dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011001 11011101
Octal 132 331 335
Decimal 90 217 221
Hex 5A D9 DD

RGB Percentages of Color #5ad9dd

%17.05
%41.10
%41.86

CMYK Percentages of Color #5ad9dd

%59
%2
%0
%13

Triadic Colors of #5ad9dd

#5ad9dd #dd5ad9 #d9dd5a

Analogous Colors of #5ad9dd

#5ad9dd #5a98dd #5adda0

Monochromatic Colors of #5ad9dd

#5ad9dd

Complementary Color

#5ad9dd #dd5e5a

#5ad9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad9dd Color CSS Codes

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

#5ad9dd Text Font Color

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

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


#5ad9dd Background Color

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

This div background color is #5ad9dd


#5ad9dd Border Color

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

This div border color is #5ad9dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,217,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 #5ad9dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad9dd


Comments

No comments written yet.

Please login to write comment.