Color Hex Logo

#5abaed Color Hex

#5ABAED
(90,186,237)
0 Favorites   0 Comments

Color spaces of #5abaed

RGB 90186237
HSL0.560.800.64
HSV201°62°93°
CMYK 0.620.220.00   0.07
XYZ37.061443.405986.5456
Yxy43.40590.22190.2599
Hunter Lab65.8832-14.8835-31.7665
CIE-Lab71.8296-13.2915-33.8339

#5abaed color RGB value is (90,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11101101
Octal 132 272 355
Decimal 90 186 237
Hex 5A BA ED

RGB Percentages of Color #5abaed

%17.54
%36.26
%46.20

CMYK Percentages of Color #5abaed

%62
%22
%0
%7

Triadic Colors of #5abaed

#5abaed #ed5aba #baed5a

Analogous Colors of #5abaed

#5abaed #5a71ed #5aedd7

Monochromatic Colors of #5abaed

#5abaed

Complementary Color

#5abaed #ed8d5a

#5abaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abaed Color CSS Codes

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

#5abaed Text Font Color

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

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


#5abaed Background Color

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

This div background color is #5abaed


#5abaed Border Color

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

This div border color is #5abaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abaed


Comments

No comments written yet.

Please login to write comment.