Color Hex Logo

#5abdbe Color Hex

#5ABDBE
(90,189,190)
0 Favorites   0 Comments

Color spaces of #5abdbe

RGB 90189190
HSL0.500.430.55
HSV181°53°75°
CMYK 0.530.010.00   0.25
XYZ31.708342.286655.2061
Yxy42.28660.24540.3273
Hunter Lab65.0281-26.7611-4.8150
CIE-Lab71.0681-28.5181-9.3624

#5abdbe color RGB value is (90,189,190).

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

The process color (four color CMYK) of #5abdbe color hex is 0.53, 0.01, 0.00, 0.25. Web safe color of #5abdbe is #66cccc. Color #5abdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 10111110
Octal 132 275 276
Decimal 90 189 190
Hex 5A BD BE

RGB Percentages of Color #5abdbe

%19.19
%40.30
%40.51

CMYK Percentages of Color #5abdbe

%53
%1
%0
%25

Triadic Colors of #5abdbe

#5abdbe #be5abd #bdbe5a

Analogous Colors of #5abdbe

#5abdbe #5a8bbe #5abe8d

Monochromatic Colors of #5abdbe

#5abdbe

Complementary Color

#5abdbe #be5b5a

#5abdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdbe Color CSS Codes

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

#5abdbe Text Font Color

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

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


#5abdbe Background Color

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

This div background color is #5abdbe


#5abdbe Border Color

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

This div border color is #5abdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdbe


Comments

No comments written yet.

Please login to write comment.