Color spaces of #03d7db
RGB | 3 | 215 | 219 |
---|---|---|---|
HSL | 0.50 | 0.97 | 0.44 |
HSV | 181° | 99° | 86° |
CMYK | 0.99 | 0.02 | 0.00 0.14 |
XYZ | 37.1242 | 53.7347 | 75.4330 |
Yxy | 53.7347 | 0.2232 | 0.3231 |
Hunter Lab | 73.3040 | -37.8820 | -9.6993 |
CIE-Lab | 78.3068 | -41.0041 | -14.3711 |
#03d7db color RGB value is (3,215,219).
#03d7db hex color red value is 3, green value is 215 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #03d7db hue: 0.50 , saturation: 0.97 and the lightness value of 03d7db is 0.44.
The process color (four color CMYK) of #03d7db color hex is 0.99, 0.02, 0.00, 0.14. Web safe color of #03d7db is #00cccc. Color #03d7db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 11010111 | 11011011 |
Octal | 3 | 327 | 333 |
Decimal | 3 | 215 | 219 |
Hex | 3 | D7 | DB |
Shades of #03d7db
Tints of #03d7db
RGB Percentages of Color #03d7db
CMYK Percentages of Color #03d7db
Complementary Color
#03d7db | #db0703 |
#03d7db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03d7db Color Preview on White Background
Lorem ipsum dolor sit amet.
#03d7db Color CSS Codes
.mybgcolor {background-color:#03d7db; } .myforecolor {color:#03d7db; } .mybordercolor {border:3px solid #03d7db; }
#03d7db Text Font Color
<p style="color:#03d7db">Text here</p>
This sample text font color is #03d7db
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.
#03d7db Background Color
<div style="background-color:#03d7db">
Div content here</div>
This div background color is #03d7db
#03d7db Border Color
<div style="border:3px solid #03d7db">
Div here</div>
This div border color is #03d7db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,215,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03d7db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03d7db; -webkit-box-shadow: 1px 1px 3px 2px #03d7db; box-shadow: 1px 1px 3px 2px #03d7db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,215,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #03d7db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03d7db; -webkit-box-shadow: 1px 1px 3px 2px #03d7db; box-shadow: 1px 1px 3px 2px #03d7db;">
Div content here</div>
This div box has shadow with color #03d7db
Comments
No comments written yet.
Please login to write comment.