Color spaces of #13bdcc
RGB | 19 | 189 | 204 |
---|---|---|---|
HSL | 0.51 | 0.83 | 0.44 |
HSV | 185° | 91° | 80° |
CMYK | 0.91 | 0.07 | 0.00 0.20 |
XYZ | 29.3652 | 40.8933 | 63.4722 |
Yxy | 40.8933 | 0.2196 | 0.3058 |
Hunter Lab | 63.9479 | -29.9406 | -14.0855 |
CIE-Lab | 70.1011 | -33.1113 | -18.6221 |
#13bdcc color RGB value is (19,189,204).
#13bdcc hex color red value is 19, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #13bdcc hue: 0.51 , saturation: 0.83 and the lightness value of 13bdcc is 0.44.
The process color (four color CMYK) of #13bdcc color hex is 0.91, 0.07, 0.00, 0.20. Web safe color of #13bdcc is #00cccc. Color #13bdcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 10111101 | 11001100 |
Octal | 23 | 275 | 314 |
Decimal | 19 | 189 | 204 |
Hex | 13 | BD | CC |
Shades of #13bdcc
Tints of #13bdcc
RGB Percentages of Color #13bdcc
CMYK Percentages of Color #13bdcc
Complementary Color
#13bdcc | #cc2213 |
#13bdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13bdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#13bdcc Color CSS Codes
.mybgcolor {background-color:#13bdcc; } .myforecolor {color:#13bdcc; } .mybordercolor {border:3px solid #13bdcc; }
#13bdcc Text Font Color
<p style="color:#13bdcc">Text here</p>
This sample text font color is #13bdcc
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.
#13bdcc Background Color
<div style="background-color:#13bdcc">
Div content here</div>
This div background color is #13bdcc
#13bdcc Border Color
<div style="border:3px solid #13bdcc">
Div here</div>
This div border color is #13bdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13bdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13bdcc; -webkit-box-shadow: 1px 1px 3px 2px #13bdcc; box-shadow: 1px 1px 3px 2px #13bdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,189,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 #13bdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13bdcc; -webkit-box-shadow: 1px 1px 3px 2px #13bdcc; box-shadow: 1px 1px 3px 2px #13bdcc;">
Div content here</div>
This div box has shadow with color #13bdcc
Comments
No comments written yet.
Please login to write comment.