Color Hex Logo

#5abadd Color Hex

#5ABADD
(90,186,221)
0 Favorites   0 Comments

Color spaces of #5abadd

RGB 90186221
HSL0.540.660.61
HSV196°59°87°
CMYK 0.590.160.00   0.13
XYZ34.826542.511974.7767
Yxy42.51190.22890.2795
Hunter Lab65.2012-18.7581-22.3566
CIE-Lab71.2224-18.1696-26.0707

#5abadd color RGB value is (90,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11011101
Octal 132 272 335
Decimal 90 186 221
Hex 5A BA DD

RGB Percentages of Color #5abadd

%18.11
%37.42
%44.47

CMYK Percentages of Color #5abadd

%59
%16
%0
%13

Triadic Colors of #5abadd

#5abadd #dd5aba #badd5a

Analogous Colors of #5abadd

#5abadd #5a79dd #5addbf

Monochromatic Colors of #5abadd

#5abadd

Complementary Color

#5abadd #dd7d5a

#5abadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abadd Color CSS Codes

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

#5abadd Text Font Color

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

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


#5abadd Background Color

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

This div background color is #5abadd


#5abadd Border Color

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

This div border color is #5abadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abadd


Comments

No comments written yet.

Please login to write comment.