Color Hex Logo

#5abaec Color Hex

#5ABAEC
(90,186,236)
0 Favorites   0 Comments

Color spaces of #5abaec

RGB 90186236
HSL0.560.790.64
HSV201°62°93°
CMYK 0.620.210.00   0.07
XYZ36.915743.347685.7781
Yxy43.34760.22230.2611
Hunter Lab65.8389-15.1336-31.1587
CIE-Lab71.7903-13.6012-33.3525

#5abaec color RGB value is (90,186,236).

#5abaec hex color red value is 90, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5abaec hue: 0.56 , saturation: 0.79 and the lightness value of 5abaec is 0.64.

The process color (four color CMYK) of #5abaec color hex is 0.62, 0.21, 0.00, 0.07. Web safe color of #5abaec is #66ccff. Color #5abaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11101100
Octal 132 272 354
Decimal 90 186 236
Hex 5A BA EC

RGB Percentages of Color #5abaec

%17.58
%36.33
%46.09

CMYK Percentages of Color #5abaec

%62
%21
%0
%7

Triadic Colors of #5abaec

#5abaec #ec5aba #baec5a

Analogous Colors of #5abaec

#5abaec #5a71ec #5aecd5

Monochromatic Colors of #5abaec

#5abaec

Complementary Color

#5abaec #ec8c5a

#5abaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abaec Color CSS Codes

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

#5abaec Text Font Color

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

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


#5abaec Background Color

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

This div background color is #5abaec


#5abaec Border Color

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

This div border color is #5abaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abaec


Comments

No comments written yet.

Please login to write comment.