Color Hex Logo

#5adaba Color Hex

#5ADABA
(90,218,186)
0 Favorites   0 Comments

Color spaces of #5adaba

RGB 90218186
HSL0.460.630.60
HSV165°59°85°
CMYK 0.590.000.15   0.15
XYZ38.150855.861655.2260
Yxy55.86160.25560.3743
Hunter Lab74.7406-39.68218.5089
CIE-Lab79.5350-42.95975.2165

#5adaba color RGB value is (90,218,186).

#5adaba hex color red value is 90, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5adaba hue: 0.46 , saturation: 0.63 and the lightness value of 5adaba is 0.60.

The process color (four color CMYK) of #5adaba color hex is 0.59, 0.00, 0.15, 0.15. Web safe color of #5adaba is #66cccc. Color #5adaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 10111010
Octal 132 332 272
Decimal 90 218 186
Hex 5A DA BA

RGB Percentages of Color #5adaba

%18.22
%44.13
%37.65

CMYK Percentages of Color #5adaba

%59
%0
%15
%15

Triadic Colors of #5adaba

#5adaba #ba5ada #daba5a

Analogous Colors of #5adaba

#5adaba #5abada #5ada7a

Monochromatic Colors of #5adaba

#5adaba

Complementary Color

#5adaba #da5a7a

#5adaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adaba Color CSS Codes

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

#5adaba Text Font Color

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

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


#5adaba Background Color

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

This div background color is #5adaba


#5adaba Border Color

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

This div border color is #5adaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,218,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 #5adaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adaba


Comments

No comments written yet.

Please login to write comment.