Color spaces of #5decbf
RGB | 93 | 236 | 191 |
---|---|---|---|
HSL | 0.45 | 0.79 | 0.65 |
HSV | 161° | 61° | 93° |
CMYK | 0.61 | 0.00 | 0.19 0.07 |
XYZ | 43.9136 | 66.0796 | 59.7304 |
Yxy | 66.0796 | 0.2587 | 0.3893 |
Hunter Lab | 81.2894 | -45.8283 | 13.3370 |
CIE-Lab | 85.0370 | -48.9681 | 10.4792 |
#5decbf color RGB value is (93,236,191).
#5decbf hex color red value is 93, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5decbf hue: 0.45 , saturation: 0.79 and the lightness value of 5decbf is 0.65.
The process color (four color CMYK) of #5decbf color hex is 0.61, 0.00, 0.19, 0.07. Web safe color of #5decbf is #66ffcc. Color #5decbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11101100 | 10111111 |
Octal | 135 | 354 | 277 |
Decimal | 93 | 236 | 191 |
Hex | 5D | EC | BF |
Shades of #5decbf
Tints of #5decbf
RGB Percentages of Color #5decbf
CMYK Percentages of Color #5decbf
Complementary Color
#5decbf | #ec5d8a |
#5decbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5decbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5decbf Color CSS Codes
.mybgcolor {background-color:#5decbf; } .myforecolor {color:#5decbf; } .mybordercolor {border:3px solid #5decbf; }
#5decbf Text Font Color
<p style="color:#5decbf">Text here</p>
This sample text font color is #5decbf
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.
#5decbf Background Color
<div style="background-color:#5decbf">
Div content here</div>
This div background color is #5decbf
#5decbf Border Color
<div style="border:3px solid #5decbf">
Div here</div>
This div border color is #5decbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,236,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5decbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5decbf; -webkit-box-shadow: 1px 1px 3px 2px #5decbf; box-shadow: 1px 1px 3px 2px #5decbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,236,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5decbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5decbf; -webkit-box-shadow: 1px 1px 3px 2px #5decbf; box-shadow: 1px 1px 3px 2px #5decbf;">
Div content here</div>
This div box has shadow with color #5decbf
Comments
No comments written yet.
Please login to write comment.