Color Hex Logo

#5aabdf Color Hex

#5AABDF
(90,171,223)
0 Favorites   0 Comments

Color spaces of #5aabdf

RGB 90171223
HSL0.570.680.61
HSV203°60°87°
CMYK 0.600.230.00   0.13
XYZ32.098636.627275.1900
Yxy36.62720.22300.2545
Hunter Lab60.5204-11.2385-31.2971
CIE-Lab66.9964-9.5507-33.6815

#5aabdf color RGB value is (90,171,223).

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

The process color (four color CMYK) of #5aabdf color hex is 0.60, 0.23, 0.00, 0.13. Web safe color of #5aabdf is #6699cc. Color #5aabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 11011111
Octal 132 253 337
Decimal 90 171 223
Hex 5A AB DF

RGB Percentages of Color #5aabdf

%18.60
%35.33
%46.07

CMYK Percentages of Color #5aabdf

%60
%23
%0
%13

Triadic Colors of #5aabdf

#5aabdf #df5aab #abdf5a

Analogous Colors of #5aabdf

#5aabdf #5a69df #5adfd1

Monochromatic Colors of #5aabdf

#5aabdf

Complementary Color

#5aabdf #df8e5a

#5aabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabdf Color CSS Codes

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

#5aabdf Text Font Color

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

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


#5aabdf Background Color

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

This div background color is #5aabdf


#5aabdf Border Color

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

This div border color is #5aabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabdf


Comments

No comments written yet.

Please login to write comment.