Color spaces of #090ddc
RGB | 9 | 13 | 220 |
---|---|---|---|
HSL | 0.66 | 0.92 | 0.45 |
HSV | 239° | 96° | 86° |
CMYK | 0.96 | 0.94 | 0.00 0.14 |
XYZ | 13.1748 | 5.5132 | 68.0799 |
Yxy | 5.5132 | 0.1518 | 0.0635 |
Hunter Lab | 23.4802 | 59.0664 | -155.4728 |
CIE-Lab | 28.1495 | 68.4652 | -94.9012 |
#090ddc color RGB value is (9,13,220).
#090ddc hex color red value is 9, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #090ddc hue: 0.66 , saturation: 0.92 and the lightness value of 090ddc is 0.45.
The process color (four color CMYK) of #090ddc color hex is 0.96, 0.94, 0.00, 0.14. Web safe color of #090ddc is #0000cc. Color #090ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00001101 | 11011100 |
Octal | 11 | 15 | 334 |
Decimal | 9 | 13 | 220 |
Hex | 9 | D | DC |
Shades of #090ddc
Tints of #090ddc
RGB Percentages of Color #090ddc
CMYK Percentages of Color #090ddc
Complementary Color
#090ddc | #dcd809 |
#090ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#090ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#090ddc Color CSS Codes
.mybgcolor {background-color:#090ddc; } .myforecolor {color:#090ddc; } .mybordercolor {border:3px solid #090ddc; }
#090ddc Text Font Color
<p style="color:#090ddc">Text here</p>
This sample text font color is #090ddc
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.
#090ddc Background Color
<div style="background-color:#090ddc">
Div content here</div>
This div background color is #090ddc
#090ddc Border Color
<div style="border:3px solid #090ddc">
Div here</div>
This div border color is #090ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,13,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #090ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #090ddc; -webkit-box-shadow: 1px 1px 3px 2px #090ddc; box-shadow: 1px 1px 3px 2px #090ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,13,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #090ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #090ddc; -webkit-box-shadow: 1px 1px 3px 2px #090ddc; box-shadow: 1px 1px 3px 2px #090ddc;">
Div content here</div>
This div box has shadow with color #090ddc
Comments
No comments written yet.
Please login to write comment.