Color spaces of #13dfee
RGB | 19 | 223 | 238 |
---|---|---|---|
HSL | 0.51 | 0.87 | 0.50 |
HSV | 184° | 92° | 93° |
CMYK | 0.92 | 0.06 | 0.00 0.07 |
XYZ | 42.0889 | 59.0868 | 90.0755 |
Yxy | 59.0868 | 0.2201 | 0.3089 |
Hunter Lab | 76.8679 | -36.7815 | -15.6697 |
CIE-Lab | 81.3393 | -38.4593 | -19.9232 |
#13dfee color RGB value is (19,223,238).
#13dfee hex color red value is 19, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #13dfee hue: 0.51 , saturation: 0.87 and the lightness value of 13dfee is 0.50.
The process color (four color CMYK) of #13dfee color hex is 0.92, 0.06, 0.00, 0.07. Web safe color of #13dfee is #00ccff. Color #13dfee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 11011111 | 11101110 |
Octal | 23 | 337 | 356 |
Decimal | 19 | 223 | 238 |
Hex | 13 | DF | EE |
Shades of #13dfee
Tints of #13dfee
RGB Percentages of Color #13dfee
CMYK Percentages of Color #13dfee
Complementary Color
#13dfee | #ee2213 |
#13dfee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13dfee Color Preview on White Background
Lorem ipsum dolor sit amet.
#13dfee Color CSS Codes
.mybgcolor {background-color:#13dfee; } .myforecolor {color:#13dfee; } .mybordercolor {border:3px solid #13dfee; }
#13dfee Text Font Color
<p style="color:#13dfee">Text here</p>
This sample text font color is #13dfee
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.
#13dfee Background Color
<div style="background-color:#13dfee">
Div content here</div>
This div background color is #13dfee
#13dfee Border Color
<div style="border:3px solid #13dfee">
Div here</div>
This div border color is #13dfee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,223,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13dfee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13dfee; -webkit-box-shadow: 1px 1px 3px 2px #13dfee; box-shadow: 1px 1px 3px 2px #13dfee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,223,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13dfee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13dfee; -webkit-box-shadow: 1px 1px 3px 2px #13dfee; box-shadow: 1px 1px 3px 2px #13dfee;">
Div content here</div>
This div box has shadow with color #13dfee
Comments
No comments written yet.
Please login to write comment.