Color Hex Logo

#5aadac Color Hex

#5AADAC
(90,173,172)
0 Favorites   0 Comments

Color spaces of #5aadac

RGB 90173172
HSL0.500.340.52
HSV179°48°68°
CMYK 0.480.000.01   0.32
XYZ26.606435.039444.3907
Yxy35.03940.25090.3304
Hunter Lab59.1941-23.3580-3.0268
CIE-Lab65.7793-25.4182-7.3010

#5aadac color RGB value is (90,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 10101100
Octal 132 255 254
Decimal 90 173 172
Hex 5A AD AC

RGB Percentages of Color #5aadac

%20.69
%39.77
%39.54

CMYK Percentages of Color #5aadac

%48
%0
%1
%32

Triadic Colors of #5aadac

#5aadac #ac5aad #adac5a

Analogous Colors of #5aadac

#5aadac #5a85ad #5aad83

Monochromatic Colors of #5aadac

#5aadac

Complementary Color

#5aadac #ad5a5b

#5aadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aadac Color CSS Codes

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

#5aadac Text Font Color

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

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


#5aadac Background Color

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

This div background color is #5aadac


#5aadac Border Color

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

This div border color is #5aadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aadac


Comments

No comments written yet.

Please login to write comment.