Color Hex Logo

#5abdcd Color Hex

#5ABDCD
(90,189,205)
0 Favorites   0 Comments

Color spaces of #5abdcd

RGB 90189205
HSL0.520.530.58
HSV188°56°80°
CMYK 0.560.080.00   0.20
XYZ33.433542.976664.2908
Yxy42.97660.23760.3054
Hunter Lab65.5565-23.6899-12.2557
CIE-Lab71.5391-24.3699-16.8580

#5abdcd color RGB value is (90,189,205).

#5abdcd hex color red value is 90, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5abdcd hue: 0.52 , saturation: 0.53 and the lightness value of 5abdcd is 0.58.

The process color (four color CMYK) of #5abdcd color hex is 0.56, 0.08, 0.00, 0.20. Web safe color of #5abdcd is #66cccc. Color #5abdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11001101
Octal 132 275 315
Decimal 90 189 205
Hex 5A BD CD

RGB Percentages of Color #5abdcd

%18.60
%39.05
%42.36

CMYK Percentages of Color #5abdcd

%56
%8
%0
%20

Triadic Colors of #5abdcd

#5abdcd #cd5abd #bdcd5a

Analogous Colors of #5abdcd

#5abdcd #5a84cd #5acda4

Monochromatic Colors of #5abdcd

#5abdcd

Complementary Color

#5abdcd #cd6a5a

#5abdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdcd Color CSS Codes

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

#5abdcd Text Font Color

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

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


#5abdcd Background Color

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

This div background color is #5abdcd


#5abdcd Border Color

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

This div border color is #5abdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdcd


Comments

No comments written yet.

Please login to write comment.