Color spaces of #5ceefc
RGB | 92 | 238 | 252 |
---|---|---|---|
HSL | 0.51 | 0.96 | 0.67 |
HSV | 185° | 63° | 99° |
CMYK | 0.63 | 0.06 | 0.00 0.01 |
XYZ | 52.5589 | 70.4527 | 102.9240 |
Yxy | 70.4527 | 0.2326 | 0.3118 |
Hunter Lab | 83.9361 | -35.1155 | -13.9472 |
CIE-Lab | 87.2184 | -34.5083 | -18.3200 |
#5ceefc color RGB value is (92,238,252).
#5ceefc hex color red value is 92, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5ceefc hue: 0.51 , saturation: 0.96 and the lightness value of 5ceefc is 0.67.
The process color (four color CMYK) of #5ceefc color hex is 0.63, 0.06, 0.00, 0.01. Web safe color of #5ceefc is #66ffff. Color #5ceefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11101110 | 11111100 |
Octal | 134 | 356 | 374 |
Decimal | 92 | 238 | 252 |
Hex | 5C | EE | FC |
Shades of #5ceefc
Tints of #5ceefc
RGB Percentages of Color #5ceefc
CMYK Percentages of Color #5ceefc
Complementary Color
#5ceefc | #fc6a5c |
#5ceefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ceefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ceefc Color CSS Codes
.mybgcolor {background-color:#5ceefc; } .myforecolor {color:#5ceefc; } .mybordercolor {border:3px solid #5ceefc; }
#5ceefc Text Font Color
<p style="color:#5ceefc">Text here</p>
This sample text font color is #5ceefc
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.
#5ceefc Background Color
<div style="background-color:#5ceefc">
Div content here</div>
This div background color is #5ceefc
#5ceefc Border Color
<div style="border:3px solid #5ceefc">
Div here</div>
This div border color is #5ceefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,238,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ceefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ceefc; -webkit-box-shadow: 1px 1px 3px 2px #5ceefc; box-shadow: 1px 1px 3px 2px #5ceefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,238,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ceefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ceefc; -webkit-box-shadow: 1px 1px 3px 2px #5ceefc; box-shadow: 1px 1px 3px 2px #5ceefc;">
Div content here</div>
This div box has shadow with color #5ceefc
Comments
No comments written yet.
Please login to write comment.