Color Hex Logo

#5aada4 Color Hex

#5AADA4
(90,173,164)
0 Favorites   0 Comments

Color spaces of #5aada4

RGB 90173164
HSL0.480.340.52
HSV173°48°68°
CMYK 0.480.000.05   0.32
XYZ25.860934.741140.4647
Yxy34.74110.25590.3437
Hunter Lab58.9416-24.83000.5552
CIE-Lab65.5466-27.4989-3.1946

#5aada4 color RGB value is (90,173,164).

#5aada4 hex color red value is 90, green value is 173 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #5aada4 hue: 0.48 , saturation: 0.34 and the lightness value of 5aada4 is 0.52.

The process color (four color CMYK) of #5aada4 color hex is 0.48, 0.00, 0.05, 0.32. Web safe color of #5aada4 is #669999. Color #5aada4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 10100100
Octal 132 255 244
Decimal 90 173 164
Hex 5A AD A4

RGB Percentages of Color #5aada4

%21.08
%40.52
%38.41

CMYK Percentages of Color #5aada4

%48
%0
%5
%32

Triadic Colors of #5aada4

#5aada4 #a45aad #ada45a

Analogous Colors of #5aada4

#5aada4 #5a8dad #5aad7b

Monochromatic Colors of #5aada4

#5aada4

Complementary Color

#5aada4 #ad5a63

#5aada4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aada4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aada4 Color CSS Codes

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

#5aada4 Text Font Color

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

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


#5aada4 Background Color

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

This div background color is #5aada4


#5aada4 Border Color

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

This div border color is #5aada4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aada4


Comments

No comments written yet.

Please login to write comment.