Color Hex Logo

#5adcdd Color Hex

#5ADCDD
(90,220,221)
0 Favorites   0 Comments

Color spaces of #5adcdd

RGB 90220221
HSL0.500.660.61
HSV180°59°87°
CMYK 0.590.000.00   0.13
XYZ42.860858.580577.4548
Yxy58.58050.23960.3275
Hunter Lab76.5379-33.9823-6.4237
CIE-Lab81.0605-34.9418-11.1905

#5adcdd color RGB value is (90,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 11011101
Octal 132 334 335
Decimal 90 220 221
Hex 5A DC DD

RGB Percentages of Color #5adcdd

%16.95
%41.43
%41.62

CMYK Percentages of Color #5adcdd

%59
%0
%0
%13

Triadic Colors of #5adcdd

#5adcdd #dd5adc #dcdd5a

Analogous Colors of #5adcdd

#5adcdd #5a9bdd #5add9d

Monochromatic Colors of #5adcdd

#5adcdd

Complementary Color

#5adcdd #dd5b5a

#5adcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcdd Color CSS Codes

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

#5adcdd Text Font Color

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

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


#5adcdd Background Color

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

This div background color is #5adcdd


#5adcdd Border Color

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

This div border color is #5adcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcdd


Comments

No comments written yet.

Please login to write comment.