Color spaces of #5debcb
RGB | 93 | 235 | 203 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.64 |
HSV | 166° | 60° | 92° |
CMYK | 0.60 | 0.00 | 0.14 0.08 |
XYZ | 45.0020 | 66.0556 | 66.8781 |
Yxy | 66.0556 | 0.2529 | 0.3712 |
Hunter Lab | 81.2746 | -43.3945 | 8.1045 |
CIE-Lab | 85.0248 | -45.7479 | 4.1719 |
#5debcb color RGB value is (93,235,203).
#5debcb hex color red value is 93, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5debcb hue: 0.46 , saturation: 0.78 and the lightness value of 5debcb is 0.64.
The process color (four color CMYK) of #5debcb color hex is 0.60, 0.00, 0.14, 0.08. Web safe color of #5debcb is #66ffcc. Color #5debcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11101011 | 11001011 |
Octal | 135 | 353 | 313 |
Decimal | 93 | 235 | 203 |
Hex | 5D | EB | CB |
Shades of #5debcb
Tints of #5debcb
RGB Percentages of Color #5debcb
CMYK Percentages of Color #5debcb
Complementary Color
#5debcb | #eb5d7d |
#5debcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5debcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5debcb Color CSS Codes
.mybgcolor {background-color:#5debcb; } .myforecolor {color:#5debcb; } .mybordercolor {border:3px solid #5debcb; }
#5debcb Text Font Color
<p style="color:#5debcb">Text here</p>
This sample text font color is #5debcb
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.
#5debcb Background Color
<div style="background-color:#5debcb">
Div content here</div>
This div background color is #5debcb
#5debcb Border Color
<div style="border:3px solid #5debcb">
Div here</div>
This div border color is #5debcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,235,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5debcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5debcb; -webkit-box-shadow: 1px 1px 3px 2px #5debcb; box-shadow: 1px 1px 3px 2px #5debcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,235,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 #5debcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5debcb; -webkit-box-shadow: 1px 1px 3px 2px #5debcb; box-shadow: 1px 1px 3px 2px #5debcb;">
Div content here</div>
This div box has shadow with color #5debcb
Comments
No comments written yet.
Please login to write comment.