Color Hex Logo

#5abdde Color Hex

#5ABDDE
(90,189,222)
1 Favorites   0 Comments

Color spaces of #5abdde

RGB 90189222
HSL0.540.670.61
HSV195°59°87°
CMYK 0.590.150.00   0.13
XYZ35.598943.842875.6935
Yxy43.84280.22950.2826
Hunter Lab66.2139-19.9065-21.4286
CIE-Lab72.1233-19.4269-25.2357

#5abdde color RGB value is (90,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11011110
Octal 132 275 336
Decimal 90 189 222
Hex 5A BD DE

RGB Percentages of Color #5abdde

%17.96
%37.72
%44.31

CMYK Percentages of Color #5abdde

%59
%15
%0
%13

Triadic Colors of #5abdde

#5abdde #de5abd #bdde5a

Analogous Colors of #5abdde

#5abdde #5a7bde #5adebd

Monochromatic Colors of #5abdde

#5abdde

Complementary Color

#5abdde #de7b5a

#5abdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdde Color CSS Codes

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

#5abdde Text Font Color

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

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


#5abdde Background Color

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

This div background color is #5abdde


#5abdde Border Color

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

This div border color is #5abdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdde


Comments

No comments written yet.

Please login to write comment.