Color Hex Logo

#5ab8dd Color Hex

#5AB8DD
(90,184,221)
0 Favorites   0 Comments

Color spaces of #5ab8dd

RGB 90184221
HSL0.550.660.61
HSV197°59°87°
CMYK 0.590.170.00   0.13
XYZ34.408141.675174.6372
Yxy41.67510.22830.2765
Hunter Lab64.5563-17.8340-23.3592
CIE-Lab70.6463-17.1250-26.9542

#5ab8dd color RGB value is (90,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111000 11011101
Octal 132 270 335
Decimal 90 184 221
Hex 5A B8 DD

RGB Percentages of Color #5ab8dd

%18.18
%37.17
%44.65

CMYK Percentages of Color #5ab8dd

%59
%17
%0
%13

Triadic Colors of #5ab8dd

#5ab8dd #dd5ab8 #b8dd5a

Analogous Colors of #5ab8dd

#5ab8dd #5a77dd #5addc1

Monochromatic Colors of #5ab8dd

#5ab8dd

Complementary Color

#5ab8dd #dd7f5a

#5ab8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab8dd Color CSS Codes

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

#5ab8dd Text Font Color

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

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


#5ab8dd Background Color

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

This div background color is #5ab8dd


#5ab8dd Border Color

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

This div border color is #5ab8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab8dd


Comments

No comments written yet.

Please login to write comment.