Color Hex Logo

#5abdcb Color Hex

#5ABDCB
(90,189,203)
0 Favorites   0 Comments

Color spaces of #5abdcb

RGB 90189203
HSL0.520.520.57
HSV187°56°80°
CMYK 0.560.070.00   0.20
XYZ33.193542.880663.0272
Yxy42.88060.23860.3083
Hunter Lab65.4833-24.1140-11.2279
CIE-Lab71.4739-24.9353-15.8640

#5abdcb color RGB value is (90,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11001011
Octal 132 275 313
Decimal 90 189 203
Hex 5A BD CB

RGB Percentages of Color #5abdcb

%18.67
%39.21
%42.12

CMYK Percentages of Color #5abdcb

%56
%7
%0
%20

Triadic Colors of #5abdcb

#5abdcb #cb5abd #bdcb5a

Analogous Colors of #5abdcb

#5abdcb #5a85cb #5acba1

Monochromatic Colors of #5abdcb

#5abdcb

Complementary Color

#5abdcb #cb685a

#5abdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdcb Color CSS Codes

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

#5abdcb Text Font Color

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

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


#5abdcb Background Color

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

This div background color is #5abdcb


#5abdcb Border Color

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

This div border color is #5abdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdcb


Comments

No comments written yet.

Please login to write comment.