Color Hex Logo

#5abedb Color Hex

#5ABEDB
(90,190,219)
0 Favorites   0 Comments

Color spaces of #5abedb

RGB 90190219
HSL0.540.640.61
HSV193°59°86°
CMYK 0.590.130.00   0.14
XYZ35.416144.115073.6663
Yxy44.11500.23120.2880
Hunter Lab66.4191-21.0534-19.2659
CIE-Lab72.3053-20.8294-23.3259

#5abedb color RGB value is (90,190,219).

#5abedb hex color red value is 90, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5abedb hue: 0.54 , saturation: 0.64 and the lightness value of 5abedb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11011011
Octal 132 276 333
Decimal 90 190 219
Hex 5A BE DB

RGB Percentages of Color #5abedb

%18.04
%38.08
%43.89

CMYK Percentages of Color #5abedb

%59
%13
%0
%14

Triadic Colors of #5abedb

#5abedb #db5abe #bedb5a

Analogous Colors of #5abedb

#5abedb #5a7edb #5adbb8

Monochromatic Colors of #5abedb

#5abedb

Complementary Color

#5abedb #db775a

#5abedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abedb Color CSS Codes

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

#5abedb Text Font Color

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

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


#5abedb Background Color

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

This div background color is #5abedb


#5abedb Border Color

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

This div border color is #5abedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abedb


Comments

No comments written yet.

Please login to write comment.