Color spaces of #5cbaef
RGB | 92 | 186 | 239 |
---|---|---|---|
HSL | 0.56 | 0.82 | 0.65 |
HSV | 202° | 62° | 94° |
CMYK | 0.62 | 0.22 | 0.00 0.06 |
XYZ | 37.5525 | 43.6251 | 88.1026 |
Yxy | 43.6251 | 0.2218 | 0.2577 |
Hunter Lab | 66.0493 | -14.0996 | -32.8519 |
CIE-Lab | 71.9772 | -12.3213 | -34.6838 |
#5cbaef color RGB value is (92,186,239).
#5cbaef hex color red value is 92, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5cbaef hue: 0.56 , saturation: 0.82 and the lightness value of 5cbaef is 0.65.
The process color (four color CMYK) of #5cbaef color hex is 0.62, 0.22, 0.00, 0.06. Web safe color of #5cbaef is #66ccff. Color #5cbaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 10111010 | 11101111 |
Octal | 134 | 272 | 357 |
Decimal | 92 | 186 | 239 |
Hex | 5C | BA | EF |
Shades of #5cbaef
Tints of #5cbaef
RGB Percentages of Color #5cbaef
CMYK Percentages of Color #5cbaef
Complementary Color
#5cbaef | #ef915c |
#5cbaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cbaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cbaef Color CSS Codes
.mybgcolor {background-color:#5cbaef; } .myforecolor {color:#5cbaef; } .mybordercolor {border:3px solid #5cbaef; }
#5cbaef Text Font Color
<p style="color:#5cbaef">Text here</p>
This sample text font color is #5cbaef
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.
#5cbaef Background Color
<div style="background-color:#5cbaef">
Div content here</div>
This div background color is #5cbaef
#5cbaef Border Color
<div style="border:3px solid #5cbaef">
Div here</div>
This div border color is #5cbaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,186,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cbaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cbaef; -webkit-box-shadow: 1px 1px 3px 2px #5cbaef; box-shadow: 1px 1px 3px 2px #5cbaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,186,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cbaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cbaef; -webkit-box-shadow: 1px 1px 3px 2px #5cbaef; box-shadow: 1px 1px 3px 2px #5cbaef;">
Div content here</div>
This div box has shadow with color #5cbaef
Comments
No comments written yet.
Please login to write comment.