Color spaces of #03bfcb
RGB | 3 | 191 | 203 |
---|---|---|---|
HSL | 0.51 | 0.97 | 0.40 |
HSV | 184° | 99° | 80° |
CMYK | 0.99 | 0.06 | 0.00 0.20 |
XYZ | 29.4478 | 41.5928 | 62.9761 |
Yxy | 41.5928 | 0.2197 | 0.3104 |
Hunter Lab | 64.4925 | -31.3573 | -12.7512 |
CIE-Lab | 70.5893 | -34.8988 | -17.3441 |
#03bfcb color RGB value is (3,191,203).
#03bfcb hex color red value is 3, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #03bfcb hue: 0.51 , saturation: 0.97 and the lightness value of 03bfcb is 0.40.
The process color (four color CMYK) of #03bfcb color hex is 0.99, 0.06, 0.00, 0.20. Web safe color of #03bfcb is #00cccc. Color #03bfcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 10111111 | 11001011 |
Octal | 3 | 277 | 313 |
Decimal | 3 | 191 | 203 |
Hex | 3 | BF | CB |
Shades of #03bfcb
Tints of #03bfcb
RGB Percentages of Color #03bfcb
CMYK Percentages of Color #03bfcb
Complementary Color
#03bfcb | #cb0f03 |
#03bfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03bfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#03bfcb Color CSS Codes
.mybgcolor {background-color:#03bfcb; } .myforecolor {color:#03bfcb; } .mybordercolor {border:3px solid #03bfcb; }
#03bfcb Text Font Color
<p style="color:#03bfcb">Text here</p>
This sample text font color is #03bfcb
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.
#03bfcb Background Color
<div style="background-color:#03bfcb">
Div content here</div>
This div background color is #03bfcb
#03bfcb Border Color
<div style="border:3px solid #03bfcb">
Div here</div>
This div border color is #03bfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,191,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03bfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03bfcb; -webkit-box-shadow: 1px 1px 3px 2px #03bfcb; box-shadow: 1px 1px 3px 2px #03bfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,191,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #03bfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03bfcb; -webkit-box-shadow: 1px 1px 3px 2px #03bfcb; box-shadow: 1px 1px 3px 2px #03bfcb;">
Div content here</div>
This div box has shadow with color #03bfcb
Comments
No comments written yet.
Please login to write comment.