Color spaces of #199dee
RGB | 25 | 157 | 238 |
---|---|---|---|
HSL | 0.56 | 0.86 | 0.52 |
HSV | 203° | 89° | 93° |
CMYK | 0.89 | 0.34 | 0.00 0.07 |
XYZ | 27.8905 | 30.4937 | 85.3048 |
Yxy | 30.4937 | 0.1941 | 0.2122 |
Hunter Lab | 55.2211 | -6.4820 | -52.9356 |
CIE-Lab | 62.0779 | -4.2842 | -49.7576 |
#199dee color RGB value is (25,157,238).
#199dee hex color red value is 25, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #199dee hue: 0.56 , saturation: 0.86 and the lightness value of 199dee is 0.52.
The process color (four color CMYK) of #199dee color hex is 0.89, 0.34, 0.00, 0.07. Web safe color of #199dee is #0099ff. Color #199dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 10011101 | 11101110 |
Octal | 31 | 235 | 356 |
Decimal | 25 | 157 | 238 |
Hex | 19 | 9D | EE |
Shades of #199dee
Tints of #199dee
RGB Percentages of Color #199dee
CMYK Percentages of Color #199dee
Complementary Color
#199dee | #ee6a19 |
#199dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#199dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#199dee Color CSS Codes
.mybgcolor {background-color:#199dee; } .myforecolor {color:#199dee; } .mybordercolor {border:3px solid #199dee; }
#199dee Text Font Color
<p style="color:#199dee">Text here</p>
This sample text font color is #199dee
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.
#199dee Background Color
<div style="background-color:#199dee">
Div content here</div>
This div background color is #199dee
#199dee Border Color
<div style="border:3px solid #199dee">
Div here</div>
This div border color is #199dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,157,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #199dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #199dee; -webkit-box-shadow: 1px 1px 3px 2px #199dee; box-shadow: 1px 1px 3px 2px #199dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,157,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 #199dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #199dee; -webkit-box-shadow: 1px 1px 3px 2px #199dee; box-shadow: 1px 1px 3px 2px #199dee;">
Div content here</div>
This div box has shadow with color #199dee
Comments
No comments written yet.
Please login to write comment.