Color spaces of #03cbdb
RGB | 3 | 203 | 219 |
---|---|---|---|
HSL | 0.51 | 0.97 | 0.44 |
HSV | 184° | 99° | 86° |
CMYK | 0.99 | 0.07 | 0.00 0.14 |
XYZ | 34.1797 | 47.8457 | 74.4515 |
Yxy | 47.8457 | 0.2184 | 0.3058 |
Hunter Lab | 69.1706 | -32.8452 | -15.3972 |
CIE-Lab | 74.7275 | -35.5065 | -19.7713 |
#03cbdb color RGB value is (3,203,219).
#03cbdb hex color red value is 3, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #03cbdb hue: 0.51 , saturation: 0.97 and the lightness value of 03cbdb is 0.44.
The process color (four color CMYK) of #03cbdb color hex is 0.99, 0.07, 0.00, 0.14. Web safe color of #03cbdb is #00cccc. Color #03cbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 11001011 | 11011011 |
Octal | 3 | 313 | 333 |
Decimal | 3 | 203 | 219 |
Hex | 3 | CB | DB |
Shades of #03cbdb
Tints of #03cbdb
RGB Percentages of Color #03cbdb
CMYK Percentages of Color #03cbdb
Complementary Color
#03cbdb | #db1303 |
#03cbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03cbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#03cbdb Color CSS Codes
.mybgcolor {background-color:#03cbdb; } .myforecolor {color:#03cbdb; } .mybordercolor {border:3px solid #03cbdb; }
#03cbdb Text Font Color
<p style="color:#03cbdb">Text here</p>
This sample text font color is #03cbdb
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.
#03cbdb Background Color
<div style="background-color:#03cbdb">
Div content here</div>
This div background color is #03cbdb
#03cbdb Border Color
<div style="border:3px solid #03cbdb">
Div here</div>
This div border color is #03cbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,203,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03cbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03cbdb; -webkit-box-shadow: 1px 1px 3px 2px #03cbdb; box-shadow: 1px 1px 3px 2px #03cbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,203,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 #03cbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03cbdb; -webkit-box-shadow: 1px 1px 3px 2px #03cbdb; box-shadow: 1px 1px 3px 2px #03cbdb;">
Div content here</div>
This div box has shadow with color #03cbdb
Comments
No comments written yet.
Please login to write comment.