Color spaces of #5cdecb
RGB | 92 | 222 | 203 |
---|---|---|---|
HSL | 0.48 | 0.66 | 0.62 |
HSV | 171° | 59° | 87° |
CMYK | 0.59 | 0.00 | 0.09 0.13 |
XYZ | 41.3144 | 58.8297 | 65.6777 |
Yxy | 58.8297 | 0.2491 | 0.3548 |
Hunter Lab | 76.7005 | -38.0777 | 2.9211 |
CIE-Lab | 81.1979 | -40.2021 | -1.4029 |
#5cdecb color RGB value is (92,222,203).
#5cdecb hex color red value is 92, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5cdecb hue: 0.48 , saturation: 0.66 and the lightness value of 5cdecb is 0.62.
The process color (four color CMYK) of #5cdecb color hex is 0.59, 0.00, 0.09, 0.13. Web safe color of #5cdecb is #66cccc. Color #5cdecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11011110 | 11001011 |
Octal | 134 | 336 | 313 |
Decimal | 92 | 222 | 203 |
Hex | 5C | DE | CB |
Shades of #5cdecb
Tints of #5cdecb
RGB Percentages of Color #5cdecb
CMYK Percentages of Color #5cdecb
Complementary Color
#5cdecb | #de5c6f |
#5cdecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cdecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cdecb Color CSS Codes
.mybgcolor {background-color:#5cdecb; } .myforecolor {color:#5cdecb; } .mybordercolor {border:3px solid #5cdecb; }
#5cdecb Text Font Color
<p style="color:#5cdecb">Text here</p>
This sample text font color is #5cdecb
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.
#5cdecb Background Color
<div style="background-color:#5cdecb">
Div content here</div>
This div background color is #5cdecb
#5cdecb Border Color
<div style="border:3px solid #5cdecb">
Div here</div>
This div border color is #5cdecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,222,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cdecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cdecb; -webkit-box-shadow: 1px 1px 3px 2px #5cdecb; box-shadow: 1px 1px 3px 2px #5cdecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,222,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cdecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cdecb; -webkit-box-shadow: 1px 1px 3px 2px #5cdecb; box-shadow: 1px 1px 3px 2px #5cdecb;">
Div content here</div>
This div box has shadow with color #5cdecb
Comments
No comments written yet.
Please login to write comment.