Color Hex Logo

#5abaea Color Hex

#5ABAEA
(90,186,234)
0 Favorites   0 Comments

Color spaces of #5abaea

RGB 90186234
HSL0.560.770.64
HSV200°62°92°
CMYK 0.620.210.00   0.08
XYZ36.626643.232084.2561
Yxy43.23200.22320.2634
Hunter Lab65.7510-15.6310-29.9509
CIE-Lab71.7122-14.2193-32.3881

#5abaea color RGB value is (90,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11101010
Octal 132 272 352
Decimal 90 186 234
Hex 5A BA EA

RGB Percentages of Color #5abaea

%17.65
%36.47
%45.88

CMYK Percentages of Color #5abaea

%62
%21
%0
%8

Triadic Colors of #5abaea

#5abaea #ea5aba #baea5a

Analogous Colors of #5abaea

#5abaea #5a72ea #5aead2

Monochromatic Colors of #5abaea

#5abaea

Complementary Color

#5abaea #ea8a5a

#5abaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abaea Color CSS Codes

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

#5abaea Text Font Color

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

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


#5abaea Background Color

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

This div background color is #5abaea


#5abaea Border Color

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

This div border color is #5abaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abaea


Comments

No comments written yet.

Please login to write comment.