Color Hex Logo

#5ab5df Color Hex

#5AB5DF
(90,181,223)
0 Favorites   0 Comments

Color spaces of #5ab5df

RGB 90181223
HSL0.550.680.61
HSV199°60°87°
CMYK 0.600.190.00   0.13
XYZ34.059640.549175.8437
Yxy40.54910.22640.2695
Hunter Lab63.6782-15.9624-26.0425
CIE-Lab69.8588-14.9379-29.2571

#5ab5df color RGB value is (90,181,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110101 11011111
Octal 132 265 337
Decimal 90 181 223
Hex 5A B5 DF

RGB Percentages of Color #5ab5df

%18.22
%36.64
%45.14

CMYK Percentages of Color #5ab5df

%60
%19
%0
%13

Triadic Colors of #5ab5df

#5ab5df #df5ab5 #b5df5a

Analogous Colors of #5ab5df

#5ab5df #5a73df #5adfc7

Monochromatic Colors of #5ab5df

#5ab5df

Complementary Color

#5ab5df #df845a

#5ab5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab5df Color CSS Codes

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

#5ab5df Text Font Color

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

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


#5ab5df Background Color

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

This div background color is #5ab5df


#5ab5df Border Color

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

This div border color is #5ab5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab5df


Comments

No comments written yet.

Please login to write comment.