Color spaces of #5ceedd
RGB | 92 | 238 | 221 |
---|---|---|---|
HSL | 0.48 | 0.81 | 0.65 |
HSV | 173° | 61° | 93° |
CMYK | 0.61 | 0.00 | 0.07 0.07 |
XYZ | 48.0393 | 68.6448 | 79.1245 |
Yxy | 68.6448 | 0.2453 | 0.3506 |
Hunter Lab | 82.8522 | -41.4935 | 1.3741 |
CIE-Lab | 86.3279 | -42.7875 | -3.3826 |
#5ceedd color RGB value is (92,238,221).
#5ceedd hex color red value is 92, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5ceedd hue: 0.48 , saturation: 0.81 and the lightness value of 5ceedd is 0.65.
The process color (four color CMYK) of #5ceedd color hex is 0.61, 0.00, 0.07, 0.07. Web safe color of #5ceedd is #66ffcc. Color #5ceedd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11101110 | 11011101 |
Octal | 134 | 356 | 335 |
Decimal | 92 | 238 | 221 |
Hex | 5C | EE | DD |
Shades of #5ceedd
Tints of #5ceedd
RGB Percentages of Color #5ceedd
CMYK Percentages of Color #5ceedd
Complementary Color
#5ceedd | #ee5c6d |
#5ceedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ceedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ceedd Color CSS Codes
.mybgcolor {background-color:#5ceedd; } .myforecolor {color:#5ceedd; } .mybordercolor {border:3px solid #5ceedd; }
#5ceedd Text Font Color
<p style="color:#5ceedd">Text here</p>
This sample text font color is #5ceedd
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.
#5ceedd Background Color
<div style="background-color:#5ceedd">
Div content here</div>
This div background color is #5ceedd
#5ceedd Border Color
<div style="border:3px solid #5ceedd">
Div here</div>
This div border color is #5ceedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,238,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ceedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ceedd; -webkit-box-shadow: 1px 1px 3px 2px #5ceedd; box-shadow: 1px 1px 3px 2px #5ceedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,238,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ceedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ceedd; -webkit-box-shadow: 1px 1px 3px 2px #5ceedd; box-shadow: 1px 1px 3px 2px #5ceedd;">
Div content here</div>
This div box has shadow with color #5ceedd
Comments
No comments written yet.
Please login to write comment.