Color Hex Logo

#5aadbc Color Hex

#5AADBC
(90,173,188)
0 Favorites   0 Comments

Color spaces of #5aadbc

RGB 90173188
HSL0.530.420.55
HSV189°52°74°
CMYK 0.520.080.00   0.26
XYZ28.237135.691652.9779
Yxy35.69160.24150.3053
Hunter Lab59.7424-20.1818-10.7570
CIE-Lab66.2836-21.0416-15.4364

#5aadbc color RGB value is (90,173,188).

#5aadbc hex color red value is 90, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5aadbc hue: 0.53 , saturation: 0.42 and the lightness value of 5aadbc is 0.55.

The process color (four color CMYK) of #5aadbc color hex is 0.52, 0.08, 0.00, 0.26. Web safe color of #5aadbc is #6699cc. Color #5aadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 10111100
Octal 132 255 274
Decimal 90 173 188
Hex 5A AD BC

RGB Percentages of Color #5aadbc

%19.96
%38.36
%41.69

CMYK Percentages of Color #5aadbc

%52
%8
%0
%26

Triadic Colors of #5aadbc

#5aadbc #bc5aad #adbc5a

Analogous Colors of #5aadbc

#5aadbc #5a7cbc #5abc9a

Monochromatic Colors of #5aadbc

#5aadbc

Complementary Color

#5aadbc #bc695a

#5aadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aadbc Color CSS Codes

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

#5aadbc Text Font Color

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

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


#5aadbc Background Color

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

This div background color is #5aadbc


#5aadbc Border Color

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

This div border color is #5aadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aadbc


Comments

No comments written yet.

Please login to write comment.