Color spaces of #5ecbaf
RGB | 94 | 203 | 175 |
---|---|---|---|
HSL | 0.46 | 0.51 | 0.58 |
HSV | 165° | 54° | 80° |
CMYK | 0.54 | 0.00 | 0.14 0.20 |
XYZ | 33.7099 | 48.1867 | 48.0817 |
Yxy | 48.1867 | 0.2594 | 0.3707 |
Hunter Lab | 69.4166 | -34.7965 | 7.5242 |
CIE-Lab | 74.9425 | -38.0699 | 4.4963 |
#5ecbaf color RGB value is (94,203,175).
#5ecbaf hex color red value is 94, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5ecbaf hue: 0.46 , saturation: 0.51 and the lightness value of 5ecbaf is 0.58.
The process color (four color CMYK) of #5ecbaf color hex is 0.54, 0.00, 0.14, 0.20. Web safe color of #5ecbaf is #66cc99. Color #5ecbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11001011 | 10101111 |
Octal | 136 | 313 | 257 |
Decimal | 94 | 203 | 175 |
Hex | 5E | CB | AF |
Shades of #5ecbaf
Tints of #5ecbaf
RGB Percentages of Color #5ecbaf
CMYK Percentages of Color #5ecbaf
Complementary Color
#5ecbaf | #cb5e7a |
#5ecbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ecbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ecbaf Color CSS Codes
.mybgcolor {background-color:#5ecbaf; } .myforecolor {color:#5ecbaf; } .mybordercolor {border:3px solid #5ecbaf; }
#5ecbaf Text Font Color
<p style="color:#5ecbaf">Text here</p>
This sample text font color is #5ecbaf
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.
#5ecbaf Background Color
<div style="background-color:#5ecbaf">
Div content here</div>
This div background color is #5ecbaf
#5ecbaf Border Color
<div style="border:3px solid #5ecbaf">
Div here</div>
This div border color is #5ecbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,203,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ecbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ecbaf; -webkit-box-shadow: 1px 1px 3px 2px #5ecbaf; box-shadow: 1px 1px 3px 2px #5ecbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,203,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ecbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ecbaf; -webkit-box-shadow: 1px 1px 3px 2px #5ecbaf; box-shadow: 1px 1px 3px 2px #5ecbaf;">
Div content here</div>
This div box has shadow with color #5ecbaf
Comments
No comments written yet.
Please login to write comment.