Color Hex Logo

#5abada Color Hex

#5ABADA
(90,186,218)
0 Favorites   0 Comments

Color spaces of #5abada

RGB 90186218
HSL0.540.630.60
HSV195°59°85°
CMYK 0.590.150.00   0.15
XYZ34.430242.353472.6900
Yxy42.35340.23030.2834
Hunter Lab65.0795-19.4540-20.6678
CIE-Lab71.1139-19.0641-24.6010

#5abada color RGB value is (90,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11011010
Octal 132 272 332
Decimal 90 186 218
Hex 5A BA DA

RGB Percentages of Color #5abada

%18.22
%37.65
%44.13

CMYK Percentages of Color #5abada

%59
%15
%0
%15

Triadic Colors of #5abada

#5abada #da5aba #bada5a

Analogous Colors of #5abada

#5abada #5a7ada #5adaba

Monochromatic Colors of #5abada

#5abada

Complementary Color

#5abada #da7a5a

#5abada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abada Color CSS Codes

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

#5abada Text Font Color

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

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


#5abada Background Color

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

This div background color is #5abada


#5abada Border Color

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

This div border color is #5abada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abada

#5abada Color Palettes


Comments

No comments written yet.

Please login to write comment.