Color Hex Logo

#5adadd Color Hex

#5ADADD
(90,218,221)
0 Favorites   0 Comments

Color spaces of #5adadd

RGB 90218221
HSL0.500.660.61
HSV181°59°87°
CMYK 0.590.010.00   0.13
XYZ42.339057.536977.2809
Yxy57.53690.23900.3248
Hunter Lab75.8531-33.1093-7.3089
CIE-Lab80.4806-34.0049-12.0565

#5adadd color RGB value is (90,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11011101
Octal 132 332 335
Decimal 90 218 221
Hex 5A DA DD

RGB Percentages of Color #5adadd

%17.01
%41.21
%41.78

CMYK Percentages of Color #5adadd

%59
%1
%0
%13

Triadic Colors of #5adadd

#5adadd #dd5ada #dadd5a

Analogous Colors of #5adadd

#5adadd #5a99dd #5add9f

Monochromatic Colors of #5adadd

#5adadd

Complementary Color

#5adadd #dd5d5a

#5adadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adadd Color CSS Codes

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

#5adadd Text Font Color

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

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


#5adadd Background Color

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

This div background color is #5adadd


#5adadd Border Color

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

This div border color is #5adadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adadd


Comments

No comments written yet.

Please login to write comment.