Color spaces of #13ecbc
RGB | 19 | 236 | 188 |
---|---|---|---|
HSL | 0.46 | 0.85 | 0.50 |
HSV | 167° | 92° | 93° |
CMYK | 0.92 | 0.00 | 0.20 0.07 |
XYZ | 39.3411 | 63.7602 | 57.8104 |
Yxy | 63.7602 | 0.2445 | 0.3962 |
Hunter Lab | 79.8500 | -51.7927 | 12.9698 |
CIE-Lab | 83.8408 | -57.7225 | 10.1901 |
#13ecbc color RGB value is (19,236,188).
#13ecbc hex color red value is 19, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #13ecbc hue: 0.46 , saturation: 0.85 and the lightness value of 13ecbc is 0.50.
The process color (four color CMYK) of #13ecbc color hex is 0.92, 0.00, 0.20, 0.07. Web safe color of #13ecbc is #00ffcc. Color #13ecbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 11101100 | 10111100 |
Octal | 23 | 354 | 274 |
Decimal | 19 | 236 | 188 |
Hex | 13 | EC | BC |
Shades of #13ecbc
Tints of #13ecbc
RGB Percentages of Color #13ecbc
CMYK Percentages of Color #13ecbc
Complementary Color
#13ecbc | #ec1343 |
#13ecbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13ecbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#13ecbc Color CSS Codes
.mybgcolor {background-color:#13ecbc; } .myforecolor {color:#13ecbc; } .mybordercolor {border:3px solid #13ecbc; }
#13ecbc Text Font Color
<p style="color:#13ecbc">Text here</p>
This sample text font color is #13ecbc
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.
#13ecbc Background Color
<div style="background-color:#13ecbc">
Div content here</div>
This div background color is #13ecbc
#13ecbc Border Color
<div style="border:3px solid #13ecbc">
Div here</div>
This div border color is #13ecbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,236,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13ecbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13ecbc; -webkit-box-shadow: 1px 1px 3px 2px #13ecbc; box-shadow: 1px 1px 3px 2px #13ecbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,236,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 #13ecbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13ecbc; -webkit-box-shadow: 1px 1px 3px 2px #13ecbc; box-shadow: 1px 1px 3px 2px #13ecbc;">
Div content here</div>
This div box has shadow with color #13ecbc
Comments
No comments written yet.
Please login to write comment.