Color spaces of #5edbbc
RGB | 94 | 219 | 188 |
---|---|---|---|
HSL | 0.46 | 0.63 | 0.61 |
HSV | 165° | 57° | 86° |
CMYK | 0.57 | 0.00 | 0.14 0.14 |
XYZ | 39.0247 | 56.6736 | 56.4592 |
Yxy | 56.6736 | 0.2565 | 0.3725 |
Hunter Lab | 75.2819 | -39.2122 | 8.2315 |
CIE-Lab | 79.9957 | -42.1504 | 4.8323 |
#5edbbc color RGB value is (94,219,188).
#5edbbc hex color red value is 94, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5edbbc hue: 0.46 , saturation: 0.63 and the lightness value of 5edbbc is 0.61.
The process color (four color CMYK) of #5edbbc color hex is 0.57, 0.00, 0.14, 0.14. Web safe color of #5edbbc is #66cccc. Color #5edbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11011011 | 10111100 |
Octal | 136 | 333 | 274 |
Decimal | 94 | 219 | 188 |
Hex | 5E | DB | BC |
Shades of #5edbbc
Tints of #5edbbc
RGB Percentages of Color #5edbbc
CMYK Percentages of Color #5edbbc
Complementary Color
#5edbbc | #db5e7d |
#5edbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5edbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5edbbc Color CSS Codes
.mybgcolor {background-color:#5edbbc; } .myforecolor {color:#5edbbc; } .mybordercolor {border:3px solid #5edbbc; }
#5edbbc Text Font Color
<p style="color:#5edbbc">Text here</p>
This sample text font color is #5edbbc
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.
#5edbbc Background Color
<div style="background-color:#5edbbc">
Div content here</div>
This div background color is #5edbbc
#5edbbc Border Color
<div style="border:3px solid #5edbbc">
Div here</div>
This div border color is #5edbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,219,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5edbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5edbbc; -webkit-box-shadow: 1px 1px 3px 2px #5edbbc; box-shadow: 1px 1px 3px 2px #5edbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,219,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5edbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5edbbc; -webkit-box-shadow: 1px 1px 3px 2px #5edbbc; box-shadow: 1px 1px 3px 2px #5edbbc;">
Div content here</div>
This div box has shadow with color #5edbbc
Comments
No comments written yet.
Please login to write comment.