Color spaces of #3af1fc
RGB | 58 | 241 | 252 |
---|---|---|---|
HSL | 0.51 | 0.97 | 0.61 |
HSV | 183° | 77° | 99° |
CMYK | 0.77 | 0.04 | 0.00 0.01 |
XYZ | 50.7709 | 70.8384 | 103.0927 |
Yxy | 70.8384 | 0.2259 | 0.3153 |
Hunter Lab | 84.1656 | -39.6138 | -13.7072 |
CIE-Lab | 87.4064 | -40.0263 | -18.1030 |
#3af1fc color RGB value is (58,241,252).
#3af1fc hex color red value is 58, green value is 241 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3af1fc hue: 0.51 , saturation: 0.97 and the lightness value of 3af1fc is 0.61.
The process color (four color CMYK) of #3af1fc color hex is 0.77, 0.04, 0.00, 0.01. Web safe color of #3af1fc is #33ffff. Color #3af1fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11110001 | 11111100 |
Octal | 72 | 361 | 374 |
Decimal | 58 | 241 | 252 |
Hex | 3A | F1 | FC |
Shades of #3af1fc
Tints of #3af1fc
RGB Percentages of Color #3af1fc
CMYK Percentages of Color #3af1fc
Complementary Color
#3af1fc | #fc453a |
#3af1fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3af1fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3af1fc Color CSS Codes
.mybgcolor {background-color:#3af1fc; } .myforecolor {color:#3af1fc; } .mybordercolor {border:3px solid #3af1fc; }
#3af1fc Text Font Color
<p style="color:#3af1fc">Text here</p>
This sample text font color is #3af1fc
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.
#3af1fc Background Color
<div style="background-color:#3af1fc">
Div content here</div>
This div background color is #3af1fc
#3af1fc Border Color
<div style="border:3px solid #3af1fc">
Div here</div>
This div border color is #3af1fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,241,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3af1fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3af1fc; -webkit-box-shadow: 1px 1px 3px 2px #3af1fc; box-shadow: 1px 1px 3px 2px #3af1fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,241,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 #3af1fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3af1fc; -webkit-box-shadow: 1px 1px 3px 2px #3af1fc; box-shadow: 1px 1px 3px 2px #3af1fc;">
Div content here</div>
This div box has shadow with color #3af1fc
Related Colors
Comments
No comments written yet.
Please login to write comment.