Color Hex Logo

#5abaad Color Hex

#5ABAAD
(90,186,173)
0 Favorites   0 Comments

Color spaces of #5abaad

RGB 90186173
HSL0.480.410.54
HSV172°52°73°
CMYK 0.520.000.07   0.27
XYZ29.318240.308645.7703
Yxy40.30860.25410.3493
Hunter Lab63.4891-28.67751.6992
CIE-Lab69.6888-31.5144-2.0812

#5abaad color RGB value is (90,186,173).

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

The process color (four color CMYK) of #5abaad color hex is 0.52, 0.00, 0.07, 0.27. Web safe color of #5abaad is #66cc99. Color #5abaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 10101101
Octal 132 272 255
Decimal 90 186 173
Hex 5A BA AD

RGB Percentages of Color #5abaad

%20.04
%41.43
%38.53

CMYK Percentages of Color #5abaad

%52
%0
%7
%27

Triadic Colors of #5abaad

#5abaad #ad5aba #baad5a

Analogous Colors of #5abaad

#5abaad #5a97ba #5aba7d

Monochromatic Colors of #5abaad

#5abaad

Complementary Color

#5abaad #ba5a67

#5abaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abaad Color CSS Codes

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

#5abaad Text Font Color

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

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


#5abaad Background Color

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

This div background color is #5abaad


#5abaad Border Color

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

This div border color is #5abaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abaad


Comments

No comments written yet.

Please login to write comment.