Color Hex Logo

#5ad3cd Color Hex

#5AD3CD
(90,211,205)
0 Favorites   0 Comments

Color spaces of #5ad3cd

RGB 90211205
HSL0.490.580.59
HSV177°57°83°
CMYK 0.570.000.03   0.17
XYZ38.530253.170065.9897
Yxy53.17000.24430.3372
Hunter Lab72.9178-33.2856-2.6143
CIE-Lab77.9753-35.0182-7.2263

#5ad3cd color RGB value is (90,211,205).

#5ad3cd hex color red value is 90, green value is 211 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5ad3cd hue: 0.49 , saturation: 0.58 and the lightness value of 5ad3cd is 0.59.

The process color (four color CMYK) of #5ad3cd color hex is 0.57, 0.00, 0.03, 0.17. Web safe color of #5ad3cd is #66cccc. Color #5ad3cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010011 11001101
Octal 132 323 315
Decimal 90 211 205
Hex 5A D3 CD

RGB Percentages of Color #5ad3cd

%17.79
%41.70
%40.51

CMYK Percentages of Color #5ad3cd

%57
%0
%3
%17

Triadic Colors of #5ad3cd

#5ad3cd #cd5ad3 #d3cd5a

Analogous Colors of #5ad3cd

#5ad3cd #5a9dd3 #5ad391

Monochromatic Colors of #5ad3cd

#5ad3cd

Complementary Color

#5ad3cd #d35a60

#5ad3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad3cd Color CSS Codes

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

#5ad3cd Text Font Color

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

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


#5ad3cd Background Color

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

This div background color is #5ad3cd


#5ad3cd Border Color

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

This div border color is #5ad3cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,211,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad3cd


Comments

No comments written yet.

Please login to write comment.