Color Hex Logo

#5abdba Color Hex

#5ABDBA
(90,189,186)
0 Favorites   0 Comments

Color spaces of #5abdba

RGB 90189186
HSL0.490.430.55
HSV178°52°74°
CMYK 0.520.000.02   0.26
XYZ31.277042.114052.9347
Yxy42.11400.24760.3334
Hunter Lab64.8953-27.5367-2.9358
CIE-Lab70.9494-29.5862-7.3490

#5abdba color RGB value is (90,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 10111010
Octal 132 275 272
Decimal 90 189 186
Hex 5A BD BA

RGB Percentages of Color #5abdba

%19.35
%40.65
%40.00

CMYK Percentages of Color #5abdba

%52
%0
%2
%26

Triadic Colors of #5abdba

#5abdba #ba5abd #bdba5a

Analogous Colors of #5abdba

#5abdba #5a8fbd #5abd89

Monochromatic Colors of #5abdba

#5abdba

Complementary Color

#5abdba #bd5a5d

#5abdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdba Color CSS Codes

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

#5abdba Text Font Color

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

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


#5abdba Background Color

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

This div background color is #5abdba


#5abdba Border Color

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

This div border color is #5abdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdba


Comments

No comments written yet.

Please login to write comment.