Color spaces of #3dbffc
RGB | 61 | 191 | 252 |
---|---|---|---|
HSL | 0.55 | 0.97 | 0.61 |
HSV | 199° | 76° | 99° |
CMYK | 0.76 | 0.24 | 0.00 0.01 |
XYZ | 38.1260 | 45.2820 | 98.8263 |
Yxy | 45.2820 | 0.2092 | 0.2485 |
Hunter Lab | 67.2919 | -16.6269 | -39.9702 |
CIE-Lab | 73.0772 | -15.2043 | -40.0612 |
#3dbffc color RGB value is (61,191,252).
#3dbffc hex color red value is 61, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3dbffc hue: 0.55 , saturation: 0.97 and the lightness value of 3dbffc is 0.61.
The process color (four color CMYK) of #3dbffc color hex is 0.76, 0.24, 0.00, 0.01. Web safe color of #3dbffc is #33ccff. Color #3dbffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 10111111 | 11111100 |
Octal | 75 | 277 | 374 |
Decimal | 61 | 191 | 252 |
Hex | 3D | BF | FC |
Shades of #3dbffc
Tints of #3dbffc
RGB Percentages of Color #3dbffc
CMYK Percentages of Color #3dbffc
Complementary Color
#3dbffc | #fc7a3d |
#3dbffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dbffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dbffc Color CSS Codes
.mybgcolor {background-color:#3dbffc; } .myforecolor {color:#3dbffc; } .mybordercolor {border:3px solid #3dbffc; }
#3dbffc Text Font Color
<p style="color:#3dbffc">Text here</p>
This sample text font color is #3dbffc
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.
#3dbffc Background Color
<div style="background-color:#3dbffc">
Div content here</div>
This div background color is #3dbffc
#3dbffc Border Color
<div style="border:3px solid #3dbffc">
Div here</div>
This div border color is #3dbffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,191,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dbffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dbffc; -webkit-box-shadow: 1px 1px 3px 2px #3dbffc; box-shadow: 1px 1px 3px 2px #3dbffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,191,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dbffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dbffc; -webkit-box-shadow: 1px 1px 3px 2px #3dbffc; box-shadow: 1px 1px 3px 2px #3dbffc;">
Div content here</div>
This div box has shadow with color #3dbffc
Comments
No comments written yet.
Please login to write comment.