Color spaces of #5aaeee
RGB | 90 | 174 | 238 |
---|---|---|---|
HSL | 0.57 | 0.81 | 0.64 |
HSV | 206° | 62° | 93° |
CMYK | 0.62 | 0.27 | 0.00 0.07 |
XYZ | 34.7851 | 38.6188 | 86.5097 |
Yxy | 38.6188 | 0.2175 | 0.2415 |
Hunter Lab | 62.1440 | -8.8367 | -39.0358 |
CIE-Lab | 68.4742 | -6.4658 | -39.5934 |
#5aaeee color RGB value is (90,174,238).
#5aaeee hex color red value is 90, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5aaeee hue: 0.57 , saturation: 0.81 and the lightness value of 5aaeee is 0.64.
The process color (four color CMYK) of #5aaeee color hex is 0.62, 0.27, 0.00, 0.07. Web safe color of #5aaeee is #6699ff. Color #5aaeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10101110 | 11101110 |
Octal | 132 | 256 | 356 |
Decimal | 90 | 174 | 238 |
Hex | 5A | AE | EE |
Shades of #5aaeee
Tints of #5aaeee
RGB Percentages of Color #5aaeee
CMYK Percentages of Color #5aaeee
Complementary Color
#5aaeee | #ee9a5a |
#5aaeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5aaeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#5aaeee Color CSS Codes
.mybgcolor {background-color:#5aaeee; } .myforecolor {color:#5aaeee; } .mybordercolor {border:3px solid #5aaeee; }
#5aaeee Text Font Color
<p style="color:#5aaeee">Text here</p>
This sample text font color is #5aaeee
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.
#5aaeee Background Color
<div style="background-color:#5aaeee">
Div content here</div>
This div background color is #5aaeee
#5aaeee Border Color
<div style="border:3px solid #5aaeee">
Div here</div>
This div border color is #5aaeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,174,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5aaeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5aaeee; -webkit-box-shadow: 1px 1px 3px 2px #5aaeee; box-shadow: 1px 1px 3px 2px #5aaeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,174,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5aaeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5aaeee; -webkit-box-shadow: 1px 1px 3px 2px #5aaeee; box-shadow: 1px 1px 3px 2px #5aaeee;">
Div content here</div>
This div box has shadow with color #5aaeee
Comments
No comments written yet.
Please login to write comment.