Color spaces of #0adedd
RGB | 10 | 222 | 221 |
---|---|---|---|
HSL | 0.50 | 0.91 | 0.45 |
HSV | 180° | 95° | 87° |
CMYK | 0.95 | 0.00 | 0.00 0.13 |
XYZ | 39.2976 | 57.5275 | 77.4393 |
Yxy | 57.5275 | 0.2255 | 0.3301 |
Hunter Lab | 75.8469 | -40.2481 | -7.4420 |
CIE-Lab | 80.4754 | -43.3539 | -12.1873 |
#0adedd color RGB value is (10,222,221).
#0adedd hex color red value is 10, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0adedd hue: 0.50 , saturation: 0.91 and the lightness value of 0adedd is 0.45.
The process color (four color CMYK) of #0adedd color hex is 0.95, 0.00, 0.00, 0.13. Web safe color of #0adedd is #00cccc. Color #0adedd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001010 | 11011110 | 11011101 |
Octal | 12 | 336 | 335 |
Decimal | 10 | 222 | 221 |
Hex | A | DE | DD |
Shades of #0adedd
Tints of #0adedd
RGB Percentages of Color #0adedd
CMYK Percentages of Color #0adedd
Complementary Color
#0adedd | #de0a0b |
#0adedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0adedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#0adedd Color CSS Codes
.mybgcolor {background-color:#0adedd; } .myforecolor {color:#0adedd; } .mybordercolor {border:3px solid #0adedd; }
#0adedd Text Font Color
<p style="color:#0adedd">Text here</p>
This sample text font color is #0adedd
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.
#0adedd Background Color
<div style="background-color:#0adedd">
Div content here</div>
This div background color is #0adedd
#0adedd Border Color
<div style="border:3px solid #0adedd">
Div here</div>
This div border color is #0adedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(10,222,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0adedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0adedd; -webkit-box-shadow: 1px 1px 3px 2px #0adedd; box-shadow: 1px 1px 3px 2px #0adedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(10,222,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0adedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0adedd; -webkit-box-shadow: 1px 1px 3px 2px #0adedd; box-shadow: 1px 1px 3px 2px #0adedd;">
Div content here</div>
This div box has shadow with color #0adedd
Comments
No comments written yet.
Please login to write comment.