Color Hex Logo

#5abade Color Hex

#5ABADE
(90,186,222)
0 Favorites   0 Comments

Color spaces of #5abade

RGB 90186222
HSL0.550.670.61
HSV196°59°87°
CMYK 0.590.160.00   0.13
XYZ34.960242.565475.4806
Yxy42.56540.22850.2782
Hunter Lab65.2422-18.5241-22.9248
CIE-Lab71.2590-17.8700-26.5596

#5abade color RGB value is (90,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11011110
Octal 132 272 336
Decimal 90 186 222
Hex 5A BA DE

RGB Percentages of Color #5abade

%18.07
%37.35
%44.58

CMYK Percentages of Color #5abade

%59
%16
%0
%13

Triadic Colors of #5abade

#5abade #de5aba #bade5a

Analogous Colors of #5abade

#5abade #5a78de #5adec0

Monochromatic Colors of #5abade

#5abade

Complementary Color

#5abade #de7e5a

#5abade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abade Color CSS Codes

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

#5abade Text Font Color

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

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


#5abade Background Color

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

This div background color is #5abade


#5abade Border Color

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

This div border color is #5abade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abade


Comments

No comments written yet.

Please login to write comment.