color codes Logo

#5aaebc color codes

#5AAEBC
(90,174,188)
0 Favorites   0 Comments

Color spaces of #5aaebc

RGB 90174188
HSL0.520.420.55
HSV189°52°74°
CMYK 0.520.070.00   0.26
XYZ28.429636.076653.0420
Yxy36.07660.24190.3069
Hunter Lab60.0638-20.6234-10.3140
CIE-Lab66.5784-21.5559-14.9915

#5aaebc color RGB value is (90,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 10111100
Octal 132 256 274
Decimal 90 174 188
Hex 5A AE BC

RGB Percentages of Color #5aaebc

%19.91
%38.50
%41.59

CMYK Percentages of Color #5aaebc

%52
%7
%0
%26

Triadic Colors of #5aaebc

#5aaebc #bc5aae #aebc5a

Analogous Colors of #5aaebc

#5aaebc #5a7dbc #5abc99

Monochromatic Colors of #5aaebc

#5aaebc

Complementary Color

#5aaebc #bc685a

#5aaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaebc Color CSS Codes

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

#5aaebc Text Font Color

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

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


#5aaebc Background Color

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

This div background color is #5aaebc


#5aaebc Border Color

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

This div border color is #5aaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaebc


Comments

No comments written yet.

Please login to write comment.