Color Hex Logo

#5adbaa Color Hex

#5ADBAA
(90,219,170)
0 Favorites   0 Comments

Color spaces of #5adbaa

RGB 90219170
HSL0.440.640.61
HSV157°59°86°
CMYK 0.590.000.22   0.14
XYZ36.803755.739046.8492
Yxy55.73900.26400.3999
Hunter Lab74.6586-42.659115.0558
CIE-Lab79.4650-47.051513.6063

#5adbaa color RGB value is (90,219,170).

#5adbaa hex color red value is 90, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5adbaa hue: 0.44 , saturation: 0.64 and the lightness value of 5adbaa is 0.61.

The process color (four color CMYK) of #5adbaa color hex is 0.59, 0.00, 0.22, 0.14. Web safe color of #5adbaa is #66cc99. Color #5adbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011011 10101010
Octal 132 333 252
Decimal 90 219 170
Hex 5A DB AA

RGB Percentages of Color #5adbaa

%18.79
%45.72
%35.49

CMYK Percentages of Color #5adbaa

%59
%0
%22
%14

Triadic Colors of #5adbaa

#5adbaa #aa5adb #dbaa5a

Analogous Colors of #5adbaa

#5adbaa #5accdb #5adb6a

Monochromatic Colors of #5adbaa

#5adbaa

Complementary Color

#5adbaa #db5a8b

#5adbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adbaa Color CSS Codes

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

#5adbaa Text Font Color

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

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


#5adbaa Background Color

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

This div background color is #5adbaa


#5adbaa Border Color

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

This div border color is #5adbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adbaa


Comments

No comments written yet.

Please login to write comment.