Color spaces of #5cafdb
RGB | 92 | 175 | 219 |
---|---|---|---|
HSL | 0.56 | 0.64 | 0.61 |
HSV | 201° | 58° | 86° |
CMYK | 0.58 | 0.20 | 0.00 0.14 |
XYZ | 32.5298 | 38.0497 | 72.6477 |
Yxy | 38.0497 | 0.2271 | 0.2657 |
Hunter Lab | 61.6844 | -13.8143 | -26.6486 |
CIE-Lab | 68.0572 | -12.5711 | -29.8372 |
#5cafdb color RGB value is (92,175,219).
#5cafdb hex color red value is 92, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5cafdb hue: 0.56 , saturation: 0.64 and the lightness value of 5cafdb is 0.61.
The process color (four color CMYK) of #5cafdb color hex is 0.58, 0.20, 0.00, 0.14. Web safe color of #5cafdb is #6699cc. Color #5cafdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 10101111 | 11011011 |
Octal | 134 | 257 | 333 |
Decimal | 92 | 175 | 219 |
Hex | 5C | AF | DB |
Shades of #5cafdb
Tints of #5cafdb
RGB Percentages of Color #5cafdb
CMYK Percentages of Color #5cafdb
Complementary Color
#5cafdb | #db885c |
#5cafdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cafdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cafdb Color CSS Codes
.mybgcolor {background-color:#5cafdb; } .myforecolor {color:#5cafdb; } .mybordercolor {border:3px solid #5cafdb; }
#5cafdb Text Font Color
<p style="color:#5cafdb">Text here</p>
This sample text font color is #5cafdb
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.
#5cafdb Background Color
<div style="background-color:#5cafdb">
Div content here</div>
This div background color is #5cafdb
#5cafdb Border Color
<div style="border:3px solid #5cafdb">
Div here</div>
This div border color is #5cafdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cafdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cafdb; -webkit-box-shadow: 1px 1px 3px 2px #5cafdb; box-shadow: 1px 1px 3px 2px #5cafdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,175,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cafdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cafdb; -webkit-box-shadow: 1px 1px 3px 2px #5cafdb; box-shadow: 1px 1px 3px 2px #5cafdb;">
Div content here</div>
This div box has shadow with color #5cafdb
Comments
No comments written yet.
Please login to write comment.