Color spaces of #13fccc
RGB | 19 | 252 | 204 |
---|---|---|---|
HSL | 0.47 | 0.97 | 0.53 |
HSV | 168° | 92° | 99° |
CMYK | 0.92 | 0.00 | 0.19 0.01 |
XYZ | 45.9780 | 74.1189 | 69.0098 |
Yxy | 74.1189 | 0.2431 | 0.3919 |
Hunter Lab | 86.0923 | -55.3329 | 12.7390 |
CIE-Lab | 88.9786 | -59.9934 | 9.2015 |
#13fccc color RGB value is (19,252,204).
#13fccc hex color red value is 19, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #13fccc hue: 0.47 , saturation: 0.97 and the lightness value of 13fccc is 0.53.
The process color (four color CMYK) of #13fccc color hex is 0.92, 0.00, 0.19, 0.01. Web safe color of #13fccc is #00ffcc. Color #13fccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 11111100 | 11001100 |
Octal | 23 | 374 | 314 |
Decimal | 19 | 252 | 204 |
Hex | 13 | FC | CC |
Shades of #13fccc
Tints of #13fccc
RGB Percentages of Color #13fccc
CMYK Percentages of Color #13fccc
Complementary Color
#13fccc | #fc1343 |
#13fccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13fccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#13fccc Color CSS Codes
.mybgcolor {background-color:#13fccc; } .myforecolor {color:#13fccc; } .mybordercolor {border:3px solid #13fccc; }
#13fccc Text Font Color
<p style="color:#13fccc">Text here</p>
This sample text font color is #13fccc
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.
#13fccc Background Color
<div style="background-color:#13fccc">
Div content here</div>
This div background color is #13fccc
#13fccc Border Color
<div style="border:3px solid #13fccc">
Div here</div>
This div border color is #13fccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,252,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13fccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13fccc; -webkit-box-shadow: 1px 1px 3px 2px #13fccc; box-shadow: 1px 1px 3px 2px #13fccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,252,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13fccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13fccc; -webkit-box-shadow: 1px 1px 3px 2px #13fccc; box-shadow: 1px 1px 3px 2px #13fccc;">
Div content here</div>
This div box has shadow with color #13fccc
Comments
No comments written yet.
Please login to write comment.