Color Hex Logo

#5adcda Color Hex

#5ADCDA
(90,220,218)
0 Favorites   0 Comments

Color spaces of #5adcda

RGB 90220218
HSL0.500.650.61
HSV179°59°86°
CMYK 0.590.000.01   0.14
XYZ42.464558.422075.3681
Yxy58.42200.24090.3315
Hunter Lab76.4343-34.5910-4.9590
CIE-Lab80.9728-35.7496-9.7236

#5adcda color RGB value is (90,220,218).

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

The process color (four color CMYK) of #5adcda color hex is 0.59, 0.00, 0.01, 0.14. Web safe color of #5adcda is #66cccc. Color #5adcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 11011010
Octal 132 334 332
Decimal 90 220 218
Hex 5A DC DA

RGB Percentages of Color #5adcda

%17.05
%41.67
%41.29

CMYK Percentages of Color #5adcda

%59
%0
%1
%14

Triadic Colors of #5adcda

#5adcda #da5adc #dcda5a

Analogous Colors of #5adcda

#5adcda #5a9ddc #5adc99

Monochromatic Colors of #5adcda

#5adcda

Complementary Color

#5adcda #dc5a5c

#5adcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcda Color CSS Codes

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

#5adcda Text Font Color

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

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


#5adcda Background Color

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

This div background color is #5adcda


#5adcda Border Color

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

This div border color is #5adcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcda


Comments

No comments written yet.

Please login to write comment.