Color spaces of #13facb
RGB | 19 | 250 | 203 |
---|---|---|---|
HSL | 0.47 | 0.96 | 0.53 |
HSV | 168° | 92° | 98° |
CMYK | 0.92 | 0.00 | 0.19 0.02 |
XYZ | 45.2337 | 72.8215 | 68.1718 |
Yxy | 72.8215 | 0.2429 | 0.3910 |
Hunter Lab | 85.3355 | -54.7199 | 12.3700 |
CIE-Lab | 88.3625 | -59.4671 | 8.8374 |
#13facb color RGB value is (19,250,203).
#13facb hex color red value is 19, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #13facb hue: 0.47 , saturation: 0.96 and the lightness value of 13facb is 0.53.
The process color (four color CMYK) of #13facb color hex is 0.92, 0.00, 0.19, 0.02. Web safe color of #13facb is #00ffcc. Color #13facb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 11111010 | 11001011 |
Octal | 23 | 372 | 313 |
Decimal | 19 | 250 | 203 |
Hex | 13 | FA | CB |
Shades of #13facb
Tints of #13facb
RGB Percentages of Color #13facb
CMYK Percentages of Color #13facb
Complementary Color
#13facb | #fa1342 |
#13facb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13facb Color Preview on White Background
Lorem ipsum dolor sit amet.
#13facb Color CSS Codes
.mybgcolor {background-color:#13facb; } .myforecolor {color:#13facb; } .mybordercolor {border:3px solid #13facb; }
#13facb Text Font Color
<p style="color:#13facb">Text here</p>
This sample text font color is #13facb
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.
#13facb Background Color
<div style="background-color:#13facb">
Div content here</div>
This div background color is #13facb
#13facb Border Color
<div style="border:3px solid #13facb">
Div here</div>
This div border color is #13facb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,250,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13facb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13facb; -webkit-box-shadow: 1px 1px 3px 2px #13facb; box-shadow: 1px 1px 3px 2px #13facb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,250,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13facb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13facb; -webkit-box-shadow: 1px 1px 3px 2px #13facb; box-shadow: 1px 1px 3px 2px #13facb;">
Div content here</div>
This div box has shadow with color #13facb
Comments
No comments written yet.
Please login to write comment.