Color spaces of #029ddd
RGB | 2 | 157 | 221 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.44 |
HSV | 198° | 99° | 87° |
CMYK | 0.99 | 0.29 | 0.00 0.13 |
XYZ | 25.1332 | 29.3473 | 72.7466 |
Yxy | 29.3473 | 0.1975 | 0.2307 |
Hunter Lab | 54.1731 | -11.9894 | -41.6966 |
CIE-Lab | 61.0869 | -11.3441 | -41.9342 |
#029ddd color RGB value is (2,157,221).
#029ddd hex color red value is 2, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #029ddd hue: 0.55 , saturation: 0.98 and the lightness value of 029ddd is 0.44.
The process color (four color CMYK) of #029ddd color hex is 0.99, 0.29, 0.00, 0.13. Web safe color of #029ddd is #0099cc. Color #029ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10011101 | 11011101 |
Octal | 2 | 235 | 335 |
Decimal | 2 | 157 | 221 |
Hex | 2 | 9D | DD |
Shades of #029ddd
Tints of #029ddd
RGB Percentages of Color #029ddd
CMYK Percentages of Color #029ddd
Complementary Color
#029ddd | #dd4202 |
#029ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#029ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#029ddd Color CSS Codes
.mybgcolor {background-color:#029ddd; } .myforecolor {color:#029ddd; } .mybordercolor {border:3px solid #029ddd; }
#029ddd Text Font Color
<p style="color:#029ddd">Text here</p>
This sample text font color is #029ddd
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.
#029ddd Background Color
<div style="background-color:#029ddd">
Div content here</div>
This div background color is #029ddd
#029ddd Border Color
<div style="border:3px solid #029ddd">
Div here</div>
This div border color is #029ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,157,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #029ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #029ddd; -webkit-box-shadow: 1px 1px 3px 2px #029ddd; box-shadow: 1px 1px 3px 2px #029ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,157,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 #029ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #029ddd; -webkit-box-shadow: 1px 1px 3px 2px #029ddd; box-shadow: 1px 1px 3px 2px #029ddd;">
Div content here</div>
This div box has shadow with color #029ddd
Comments
No comments written yet.
Please login to write comment.