Color Hex Logo

#5abacd Color Hex

#5ABACD
(90,186,205)
0 Favorites   0 Comments

Color spaces of #5abacd

RGB 90186205
HSL0.530.530.58
HSV190°56°80°
CMYK 0.560.090.00   0.20
XYZ32.794841.699264.0779
Yxy41.69920.23670.3009
Hunter Lab64.5749-22.3537-13.6312
CIE-Lab70.6630-22.8558-18.1830

#5abacd color RGB value is (90,186,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11001101
Octal 132 272 315
Decimal 90 186 205
Hex 5A BA CD

RGB Percentages of Color #5abacd

%18.71
%38.67
%42.62

CMYK Percentages of Color #5abacd

%56
%9
%0
%20

Triadic Colors of #5abacd

#5abacd #cd5aba #bacd5a

Analogous Colors of #5abacd

#5abacd #5a81cd #5acda7

Monochromatic Colors of #5abacd

#5abacd

Complementary Color

#5abacd #cd6d5a

#5abacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abacd Color CSS Codes

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

#5abacd Text Font Color

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

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


#5abacd Background Color

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

This div background color is #5abacd


#5abacd Border Color

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

This div border color is #5abacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abacd


Comments

No comments written yet.

Please login to write comment.