Color Hex Logo

#5adbad Color Hex

#5ADBAD
(90,219,173)
0 Favorites   0 Comments

Color spaces of #5adbad

RGB 90219173
HSL0.440.640.61
HSV159°59°86°
CMYK 0.590.000.21   0.14
XYZ37.090855.853848.3611
Yxy55.85380.26250.3953
Hunter Lab74.7354-42.198313.9484
CIE-Lab79.5305-46.388612.1122

#5adbad color RGB value is (90,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011011 10101101
Octal 132 333 255
Decimal 90 219 173
Hex 5A DB AD

RGB Percentages of Color #5adbad

%18.67
%45.44
%35.89

CMYK Percentages of Color #5adbad

%59
%0
%21
%14

Triadic Colors of #5adbad

#5adbad #ad5adb #dbad5a

Analogous Colors of #5adbad

#5adbad #5ac9db #5adb6d

Monochromatic Colors of #5adbad

#5adbad

Complementary Color

#5adbad #db5a88

#5adbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adbad Color CSS Codes

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

#5adbad Text Font Color

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

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


#5adbad Background Color

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

This div background color is #5adbad


#5adbad Border Color

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

This div border color is #5adbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adbad


Comments

No comments written yet.

Please login to write comment.