Color spaces of #5cdfcc
RGB | 92 | 223 | 204 |
---|---|---|---|
HSL | 0.48 | 0.67 | 0.62 |
HSV | 171° | 59° | 87° |
CMYK | 0.59 | 0.00 | 0.09 0.13 |
XYZ | 41.7004 | 59.4103 | 66.3962 |
Yxy | 59.4103 | 0.2489 | 0.3547 |
Hunter Lab | 77.0781 | -38.3154 | 2.8814 |
CIE-Lab | 81.5166 | -40.3999 | -1.4673 |
#5cdfcc color RGB value is (92,223,204).
#5cdfcc hex color red value is 92, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5cdfcc hue: 0.48 , saturation: 0.67 and the lightness value of 5cdfcc is 0.62.
The process color (four color CMYK) of #5cdfcc color hex is 0.59, 0.00, 0.09, 0.13. Web safe color of #5cdfcc is #66cccc. Color #5cdfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11011111 | 11001100 |
Octal | 134 | 337 | 314 |
Decimal | 92 | 223 | 204 |
Hex | 5C | DF | CC |
Shades of #5cdfcc
Tints of #5cdfcc
RGB Percentages of Color #5cdfcc
CMYK Percentages of Color #5cdfcc
Complementary Color
#5cdfcc | #df5c6f |
#5cdfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cdfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cdfcc Color CSS Codes
.mybgcolor {background-color:#5cdfcc; } .myforecolor {color:#5cdfcc; } .mybordercolor {border:3px solid #5cdfcc; }
#5cdfcc Text Font Color
<p style="color:#5cdfcc">Text here</p>
This sample text font color is #5cdfcc
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.
#5cdfcc Background Color
<div style="background-color:#5cdfcc">
Div content here</div>
This div background color is #5cdfcc
#5cdfcc Border Color
<div style="border:3px solid #5cdfcc">
Div here</div>
This div border color is #5cdfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,223,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cdfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cdfcc; -webkit-box-shadow: 1px 1px 3px 2px #5cdfcc; box-shadow: 1px 1px 3px 2px #5cdfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,223,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cdfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cdfcc; -webkit-box-shadow: 1px 1px 3px 2px #5cdfcc; box-shadow: 1px 1px 3px 2px #5cdfcc;">
Div content here</div>
This div box has shadow with color #5cdfcc
Comments
No comments written yet.
Please login to write comment.