Color spaces of #5ecbbe
RGB | 94 | 203 | 190 |
---|---|---|---|
HSL | 0.48 | 0.51 | 0.58 |
HSV | 173° | 54° | 80° |
CMYK | 0.54 | 0.00 | 0.06 0.20 |
XYZ | 35.2663 | 48.8093 | 56.2776 |
Yxy | 48.8093 | 0.2513 | 0.3478 |
Hunter Lab | 69.8637 | -32.1568 | 1.1444 |
CIE-Lab | 75.3325 | -34.3858 | -3.0351 |
#5ecbbe color RGB value is (94,203,190).
#5ecbbe hex color red value is 94, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5ecbbe hue: 0.48 , saturation: 0.51 and the lightness value of 5ecbbe is 0.58.
The process color (four color CMYK) of #5ecbbe color hex is 0.54, 0.00, 0.06, 0.20. Web safe color of #5ecbbe is #66cccc. Color #5ecbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11001011 | 10111110 |
Octal | 136 | 313 | 276 |
Decimal | 94 | 203 | 190 |
Hex | 5E | CB | BE |
Shades of #5ecbbe
Tints of #5ecbbe
RGB Percentages of Color #5ecbbe
CMYK Percentages of Color #5ecbbe
Complementary Color
#5ecbbe | #cb5e6b |
#5ecbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ecbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ecbbe Color CSS Codes
.mybgcolor {background-color:#5ecbbe; } .myforecolor {color:#5ecbbe; } .mybordercolor {border:3px solid #5ecbbe; }
#5ecbbe Text Font Color
<p style="color:#5ecbbe">Text here</p>
This sample text font color is #5ecbbe
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.
#5ecbbe Background Color
<div style="background-color:#5ecbbe">
Div content here</div>
This div background color is #5ecbbe
#5ecbbe Border Color
<div style="border:3px solid #5ecbbe">
Div here</div>
This div border color is #5ecbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,203,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ecbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ecbbe; -webkit-box-shadow: 1px 1px 3px 2px #5ecbbe; box-shadow: 1px 1px 3px 2px #5ecbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,203,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ecbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ecbbe; -webkit-box-shadow: 1px 1px 3px 2px #5ecbbe; box-shadow: 1px 1px 3px 2px #5ecbbe;">
Div content here</div>
This div box has shadow with color #5ecbbe
Comments
No comments written yet.
Please login to write comment.