Color spaces of #5bbaee
RGB | 91 | 186 | 238 |
---|---|---|---|
HSL | 0.56 | 0.81 | 0.65 |
HSV | 201° | 62° | 93° |
CMYK | 0.62 | 0.22 | 0.00 0.07 |
XYZ | 37.3059 | 43.5150 | 87.3219 |
Yxy | 43.5150 | 0.2219 | 0.2588 |
Hunter Lab | 65.9659 | -14.4927 | -32.3086 |
CIE-Lab | 71.9031 | -12.8069 | -34.2594 |
#5bbaee color RGB value is (91,186,238).
#5bbaee hex color red value is 91, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5bbaee hue: 0.56 , saturation: 0.81 and the lightness value of 5bbaee is 0.65.
The process color (four color CMYK) of #5bbaee color hex is 0.62, 0.22, 0.00, 0.07. Web safe color of #5bbaee is #66ccff. Color #5bbaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111010 | 11101110 |
Octal | 133 | 272 | 356 |
Decimal | 91 | 186 | 238 |
Hex | 5B | BA | EE |
Shades of #5bbaee
Tints of #5bbaee
RGB Percentages of Color #5bbaee
CMYK Percentages of Color #5bbaee
Complementary Color
#5bbaee | #ee8f5b |
#5bbaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbaee Color CSS Codes
.mybgcolor {background-color:#5bbaee; } .myforecolor {color:#5bbaee; } .mybordercolor {border:3px solid #5bbaee; }
#5bbaee Text Font Color
<p style="color:#5bbaee">Text here</p>
This sample text font color is #5bbaee
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.
#5bbaee Background Color
<div style="background-color:#5bbaee">
Div content here</div>
This div background color is #5bbaee
#5bbaee Border Color
<div style="border:3px solid #5bbaee">
Div here</div>
This div border color is #5bbaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,186,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbaee; -webkit-box-shadow: 1px 1px 3px 2px #5bbaee; box-shadow: 1px 1px 3px 2px #5bbaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,186,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 #5bbaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbaee; -webkit-box-shadow: 1px 1px 3px 2px #5bbaee; box-shadow: 1px 1px 3px 2px #5bbaee;">
Div content here</div>
This div box has shadow with color #5bbaee
Comments
No comments written yet.
Please login to write comment.