Color spaces of #0dacca
RGB | 13 | 172 | 202 |
---|---|---|---|
HSL | 0.53 | 0.88 | 0.42 |
HSV | 190° | 94° | 79° |
CMYK | 0.94 | 0.15 | 0.00 0.21 |
XYZ | 25.5792 | 33.8549 | 61.0636 |
Yxy | 33.8549 | 0.2123 | 0.2810 |
Hunter Lab | 58.1850 | -23.3517 | -21.4938 |
CIE-Lab | 64.8472 | -25.6651 | -25.5399 |
#0dacca color RGB value is (13,172,202).
#0dacca hex color red value is 13, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0dacca hue: 0.53 , saturation: 0.88 and the lightness value of 0dacca is 0.42.
The process color (four color CMYK) of #0dacca color hex is 0.94, 0.15, 0.00, 0.21. Web safe color of #0dacca is #0099cc. Color #0dacca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 10101100 | 11001010 |
Octal | 15 | 254 | 312 |
Decimal | 13 | 172 | 202 |
Hex | D | AC | CA |
Shades of #0dacca
Tints of #0dacca
RGB Percentages of Color #0dacca
CMYK Percentages of Color #0dacca
Complementary Color
#0dacca | #ca2b0d |
#0dacca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0dacca Color Preview on White Background
Lorem ipsum dolor sit amet.
#0dacca Color CSS Codes
.mybgcolor {background-color:#0dacca; } .myforecolor {color:#0dacca; } .mybordercolor {border:3px solid #0dacca; }
#0dacca Text Font Color
<p style="color:#0dacca">Text here</p>
This sample text font color is #0dacca
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.
#0dacca Background Color
<div style="background-color:#0dacca">
Div content here</div>
This div background color is #0dacca
#0dacca Border Color
<div style="border:3px solid #0dacca">
Div here</div>
This div border color is #0dacca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0dacca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0dacca; -webkit-box-shadow: 1px 1px 3px 2px #0dacca; box-shadow: 1px 1px 3px 2px #0dacca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0dacca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0dacca; -webkit-box-shadow: 1px 1px 3px 2px #0dacca; box-shadow: 1px 1px 3px 2px #0dacca;">
Div content here</div>
This div box has shadow with color #0dacca
Comments
No comments written yet.
Please login to write comment.