Color Hex Logo

#5abdda Color Hex

#5ABDDA
(90,189,218)
0 Favorites   0 Comments

Color spaces of #5abdda

RGB 90189218
HSL0.540.630.60
HSV194°59°85°
CMYK 0.590.130.00   0.15
XYZ35.068943.630872.9029
Yxy43.63080.23130.2878
Hunter Lab66.0536-20.8254-19.2004
CIE-Lab71.9810-20.6113-23.2764

#5abdda color RGB value is (90,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11011010
Octal 132 275 332
Decimal 90 189 218
Hex 5A BD DA

RGB Percentages of Color #5abdda

%18.11
%38.03
%43.86

CMYK Percentages of Color #5abdda

%59
%13
%0
%15

Triadic Colors of #5abdda

#5abdda #da5abd #bdda5a

Analogous Colors of #5abdda

#5abdda #5a7dda #5adab7

Monochromatic Colors of #5abdda

#5abdda

Complementary Color

#5abdda #da775a

#5abdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdda Color CSS Codes

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

#5abdda Text Font Color

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

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


#5abdda Background Color

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

This div background color is #5abdda


#5abdda Border Color

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

This div border color is #5abdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdda


Comments

No comments written yet.

Please login to write comment.