Color spaces of #5cbcff
RGB | 92 | 188 | 255 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.68 |
HSV | 205° | 64° | 100° |
CMYK | 0.64 | 0.26 | 0.00 0.00 |
XYZ | 40.4469 | 45.4618 | 101.2510 |
Yxy | 45.4618 | 0.2161 | 0.2429 |
Hunter Lab | 67.4254 | -10.9164 | -41.8366 |
CIE-Lab | 73.1949 | -8.3763 | -41.4291 |
#5cbcff color RGB value is (92,188,255).
#5cbcff hex color red value is 92, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5cbcff hue: 0.57 , saturation: 1.00 and the lightness value of 5cbcff is 0.68.
The process color (four color CMYK) of #5cbcff color hex is 0.64, 0.26, 0.00, 0.00. Web safe color of #5cbcff is #66ccff. Color #5cbcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 10111100 | 11111111 |
Octal | 134 | 274 | 377 |
Decimal | 92 | 188 | 255 |
Hex | 5C | BC | FF |
Shades of #5cbcff
Tints of #5cbcff
RGB Percentages of Color #5cbcff
CMYK Percentages of Color #5cbcff
Complementary Color
#5cbcff | #ff9f5c |
#5cbcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cbcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cbcff Color CSS Codes
.mybgcolor {background-color:#5cbcff; } .myforecolor {color:#5cbcff; } .mybordercolor {border:3px solid #5cbcff; }
#5cbcff Text Font Color
<p style="color:#5cbcff">Text here</p>
This sample text font color is #5cbcff
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.
#5cbcff Background Color
<div style="background-color:#5cbcff">
Div content here</div>
This div background color is #5cbcff
#5cbcff Border Color
<div style="border:3px solid #5cbcff">
Div here</div>
This div border color is #5cbcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cbcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cbcff; -webkit-box-shadow: 1px 1px 3px 2px #5cbcff; box-shadow: 1px 1px 3px 2px #5cbcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,188,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cbcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cbcff; -webkit-box-shadow: 1px 1px 3px 2px #5cbcff; box-shadow: 1px 1px 3px 2px #5cbcff;">
Div content here</div>
This div box has shadow with color #5cbcff
#5cbcff Color Palettes
Comments
No comments written yet.
Please login to write comment.