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