Color Hex Logo

#5ab9d6 Color Hex

#5AB9D6
(90,185,214)
0 Favorites   0 Comments

Color spaces of #5ab9d6

RGB 90185214
HSL0.540.600.60
HSV194°58°84°
CMYK 0.580.140.00   0.16
XYZ33.703041.726669.8960
Yxy41.72660.23190.2871
Hunter Lab64.5961-19.9109-18.9372
CIE-Lab70.6820-19.7298-23.0767

#5ab9d6 color RGB value is (90,185,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111001 11010110
Octal 132 271 326
Decimal 90 185 214
Hex 5A B9 D6

RGB Percentages of Color #5ab9d6

%18.40
%37.83
%43.76

CMYK Percentages of Color #5ab9d6

%58
%14
%0
%16

Triadic Colors of #5ab9d6

#5ab9d6 #d65ab9 #b9d65a

Analogous Colors of #5ab9d6

#5ab9d6 #5a7bd6 #5ad6b5

Monochromatic Colors of #5ab9d6

#5ab9d6

Complementary Color

#5ab9d6 #d6775a

#5ab9d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab9d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab9d6 Color CSS Codes

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

#5ab9d6 Text Font Color

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

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


#5ab9d6 Background Color

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

This div background color is #5ab9d6


#5ab9d6 Border Color

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

This div border color is #5ab9d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab9d6


Comments

No comments written yet.

Please login to write comment.