Color Hex Logo

#5abddd Color Hex

#5ABDDD
(90,189,221)
0 Favorites   0 Comments

Color spaces of #5abddd

RGB 90189221
HSL0.540.660.61
HSV195°59°87°
CMYK 0.590.140.00   0.13
XYZ35.465243.789374.9896
Yxy43.78930.22990.2839
Hunter Lab66.1735-20.1378-20.8676
CIE-Lab72.0874-19.7241-24.7466

#5abddd color RGB value is (90,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11011101
Octal 132 275 335
Decimal 90 189 221
Hex 5A BD DD

RGB Percentages of Color #5abddd

%18.00
%37.80
%44.20

CMYK Percentages of Color #5abddd

%59
%14
%0
%13

Triadic Colors of #5abddd

#5abddd #dd5abd #bddd5a

Analogous Colors of #5abddd

#5abddd #5a7cdd #5addbc

Monochromatic Colors of #5abddd

#5abddd

Complementary Color

#5abddd #dd7a5a

#5abddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abddd Color CSS Codes

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

#5abddd Text Font Color

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

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


#5abddd Background Color

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

This div background color is #5abddd


#5abddd Border Color

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

This div border color is #5abddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abddd


Comments

No comments written yet.

Please login to write comment.