Color spaces of #5ecacf
RGB | 94 | 202 | 207 |
---|---|---|---|
HSL | 0.51 | 0.54 | 0.59 |
HSV | 183° | 55° | 81° |
CMYK | 0.55 | 0.02 | 0.00 0.19 |
XYZ | 36.9991 | 49.1257 | 66.5636 |
Yxy | 49.1257 | 0.2423 | 0.3217 |
Hunter Lab | 70.0897 | -28.4301 | -7.2444 |
CIE-Lab | 75.5295 | -29.4439 | -11.9324 |
#5ecacf color RGB value is (94,202,207).
#5ecacf hex color red value is 94, green value is 202 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5ecacf hue: 0.51 , saturation: 0.54 and the lightness value of 5ecacf is 0.59.
The process color (four color CMYK) of #5ecacf color hex is 0.55, 0.02, 0.00, 0.19. Web safe color of #5ecacf is #66cccc. Color #5ecacf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11001010 | 11001111 |
Octal | 136 | 312 | 317 |
Decimal | 94 | 202 | 207 |
Hex | 5E | CA | CF |
Shades of #5ecacf
Tints of #5ecacf
RGB Percentages of Color #5ecacf
CMYK Percentages of Color #5ecacf
Complementary Color
#5ecacf | #cf635e |
#5ecacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ecacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ecacf Color CSS Codes
.mybgcolor {background-color:#5ecacf; } .myforecolor {color:#5ecacf; } .mybordercolor {border:3px solid #5ecacf; }
#5ecacf Text Font Color
<p style="color:#5ecacf">Text here</p>
This sample text font color is #5ecacf
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.
#5ecacf Background Color
<div style="background-color:#5ecacf">
Div content here</div>
This div background color is #5ecacf
#5ecacf Border Color
<div style="border:3px solid #5ecacf">
Div here</div>
This div border color is #5ecacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,202,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ecacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ecacf; -webkit-box-shadow: 1px 1px 3px 2px #5ecacf; box-shadow: 1px 1px 3px 2px #5ecacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,202,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ecacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ecacf; -webkit-box-shadow: 1px 1px 3px 2px #5ecacf; box-shadow: 1px 1px 3px 2px #5ecacf;">
Div content here</div>
This div box has shadow with color #5ecacf
Comments
No comments written yet.
Please login to write comment.