Color spaces of #0dadee
RGB | 13 | 173 | 238 |
---|---|---|---|
HSL | 0.55 | 0.90 | 0.49 |
HSV | 197° | 95° | 93° |
CMYK | 0.95 | 0.27 | 0.00 0.07 |
XYZ | 30.5422 | 36.1458 | 86.2560 |
Yxy | 36.1458 | 0.1997 | 0.2363 |
Hunter Lab | 60.1214 | -14.5328 | -42.9783 |
CIE-Lab | 66.6312 | -13.6977 | -42.5898 |
#0dadee color RGB value is (13,173,238).
#0dadee hex color red value is 13, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0dadee hue: 0.55 , saturation: 0.90 and the lightness value of 0dadee is 0.49.
The process color (four color CMYK) of #0dadee color hex is 0.95, 0.27, 0.00, 0.07. Web safe color of #0dadee is #0099ff. Color #0dadee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 10101101 | 11101110 |
Octal | 15 | 255 | 356 |
Decimal | 13 | 173 | 238 |
Hex | D | AD | EE |
Shades of #0dadee
Tints of #0dadee
RGB Percentages of Color #0dadee
CMYK Percentages of Color #0dadee
Complementary Color
#0dadee | #ee4e0d |
#0dadee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0dadee Color Preview on White Background
Lorem ipsum dolor sit amet.
#0dadee Color CSS Codes
.mybgcolor {background-color:#0dadee; } .myforecolor {color:#0dadee; } .mybordercolor {border:3px solid #0dadee; }
#0dadee Text Font Color
<p style="color:#0dadee">Text here</p>
This sample text font color is #0dadee
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.
#0dadee Background Color
<div style="background-color:#0dadee">
Div content here</div>
This div background color is #0dadee
#0dadee Border Color
<div style="border:3px solid #0dadee">
Div here</div>
This div border color is #0dadee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,173,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0dadee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0dadee; -webkit-box-shadow: 1px 1px 3px 2px #0dadee; box-shadow: 1px 1px 3px 2px #0dadee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,173,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 #0dadee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0dadee; -webkit-box-shadow: 1px 1px 3px 2px #0dadee; box-shadow: 1px 1px 3px 2px #0dadee;">
Div content here</div>
This div box has shadow with color #0dadee
Comments
No comments written yet.
Please login to write comment.