Color Hex Logo

#5ab9bd Color Hex

#5AB9BD
(90,185,189)
0 Favorites   0 Comments

Color spaces of #5ab9bd

RGB 90185189
HSL0.510.430.55
HSV182°52°74°
CMYK 0.520.020.00   0.26
XYZ30.750740.545754.3495
Yxy40.54570.24470.3227
Hunter Lab63.6755-25.2294-6.0334
CIE-Lab69.8564-26.8222-10.6223

#5ab9bd color RGB value is (90,185,189).

#5ab9bd hex color red value is 90, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5ab9bd hue: 0.51 , saturation: 0.43 and the lightness value of 5ab9bd is 0.55.

The process color (four color CMYK) of #5ab9bd color hex is 0.52, 0.02, 0.00, 0.26. Web safe color of #5ab9bd is #66cccc. Color #5ab9bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111001 10111101
Octal 132 271 275
Decimal 90 185 189
Hex 5A B9 BD

RGB Percentages of Color #5ab9bd

%19.40
%39.87
%40.73

CMYK Percentages of Color #5ab9bd

%52
%2
%0
%26

Triadic Colors of #5ab9bd

#5ab9bd #bd5ab9 #b9bd5a

Analogous Colors of #5ab9bd

#5ab9bd #5a88bd #5abd90

Monochromatic Colors of #5ab9bd

#5ab9bd

Complementary Color

#5ab9bd #bd5e5a

#5ab9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab9bd Color CSS Codes

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

#5ab9bd Text Font Color

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

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


#5ab9bd Background Color

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

This div background color is #5ab9bd


#5ab9bd Border Color

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

This div border color is #5ab9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab9bd


Comments

No comments written yet.

Please login to write comment.