Color spaces of #5ecabc
RGB | 94 | 202 | 188 |
---|---|---|---|
HSL | 0.48 | 0.50 | 0.58 |
HSV | 172° | 53° | 79° |
CMYK | 0.53 | 0.00 | 0.07 0.21 |
XYZ | 34.8137 | 48.2516 | 55.0556 |
Yxy | 48.2516 | 0.2521 | 0.3493 |
Hunter Lab | 69.4634 | -32.1001 | 1.6320 |
CIE-Lab | 74.9833 | -34.4243 | -2.4669 |
#5ecabc color RGB value is (94,202,188).
#5ecabc hex color red value is 94, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5ecabc hue: 0.48 , saturation: 0.50 and the lightness value of 5ecabc is 0.58.
The process color (four color CMYK) of #5ecabc color hex is 0.53, 0.00, 0.07, 0.21. Web safe color of #5ecabc is #66cccc. Color #5ecabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11001010 | 10111100 |
Octal | 136 | 312 | 274 |
Decimal | 94 | 202 | 188 |
Hex | 5E | CA | BC |
Shades of #5ecabc
Tints of #5ecabc
RGB Percentages of Color #5ecabc
CMYK Percentages of Color #5ecabc
Complementary Color
#5ecabc | #ca5e6c |
#5ecabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ecabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ecabc Color CSS Codes
.mybgcolor {background-color:#5ecabc; } .myforecolor {color:#5ecabc; } .mybordercolor {border:3px solid #5ecabc; }
#5ecabc Text Font Color
<p style="color:#5ecabc">Text here</p>
This sample text font color is #5ecabc
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.
#5ecabc Background Color
<div style="background-color:#5ecabc">
Div content here</div>
This div background color is #5ecabc
#5ecabc Border Color
<div style="border:3px solid #5ecabc">
Div here</div>
This div border color is #5ecabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,202,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ecabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ecabc; -webkit-box-shadow: 1px 1px 3px 2px #5ecabc; box-shadow: 1px 1px 3px 2px #5ecabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,202,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 #5ecabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ecabc; -webkit-box-shadow: 1px 1px 3px 2px #5ecabc; box-shadow: 1px 1px 3px 2px #5ecabc;">
Div content here</div>
This div box has shadow with color #5ecabc
Comments
No comments written yet.
Please login to write comment.