Color Hex Logo

#5aaecb Color Hex

#5AAECB
(90,174,203)
0 Favorites   0 Comments

Color spaces of #5aaecb

RGB 90174203
HSL0.540.520.57
HSV195°56°80°
CMYK 0.560.140.00   0.20
XYZ30.132036.757662.0067
Yxy36.75760.23380.2852
Hunter Lab60.6280-17.3850-18.1986
CIE-Lab67.0948-17.2361-22.5096

#5aaecb color RGB value is (90,174,203).

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

The process color (four color CMYK) of #5aaecb color hex is 0.56, 0.14, 0.00, 0.20. Web safe color of #5aaecb is #6699cc. Color #5aaecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 11001011
Octal 132 256 313
Decimal 90 174 203
Hex 5A AE CB

RGB Percentages of Color #5aaecb

%19.27
%37.26
%43.47

CMYK Percentages of Color #5aaecb

%56
%14
%0
%20

Triadic Colors of #5aaecb

#5aaecb #cb5aae #aecb5a

Analogous Colors of #5aaecb

#5aaecb #5a76cb #5acbb0

Monochromatic Colors of #5aaecb

#5aaecb

Complementary Color

#5aaecb #cb775a

#5aaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaecb Color CSS Codes

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

#5aaecb Text Font Color

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

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


#5aaecb Background Color

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

This div background color is #5aaecb


#5aaecb Border Color

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

This div border color is #5aaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaecb


Comments

No comments written yet.

Please login to write comment.