Color spaces of #3fafe7
RGB | 63 | 175 | 231 |
---|---|---|---|
HSL | 0.56 | 0.78 | 0.58 |
HSV | 200° | 73° | 91° |
CMYK | 0.73 | 0.24 | 0.00 0.09 |
XYZ | 31.8037 | 37.4862 | 81.1606 |
Yxy | 37.4862 | 0.2114 | 0.2492 |
Hunter Lab | 61.2260 | -14.4240 | -35.7361 |
CIE-Lab | 67.6402 | -13.3954 | -37.1319 |
#3fafe7 color RGB value is (63,175,231).
#3fafe7 hex color red value is 63, green value is 175 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #3fafe7 hue: 0.56 , saturation: 0.78 and the lightness value of 3fafe7 is 0.58.
The process color (four color CMYK) of #3fafe7 color hex is 0.73, 0.24, 0.00, 0.09. Web safe color of #3fafe7 is #3399ff. Color #3fafe7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10101111 | 11100111 |
Octal | 77 | 257 | 347 |
Decimal | 63 | 175 | 231 |
Hex | 3F | AF | E7 |
Shades of #3fafe7
Tints of #3fafe7
RGB Percentages of Color #3fafe7
CMYK Percentages of Color #3fafe7
Complementary Color
#3fafe7 | #e7773f |
#3fafe7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fafe7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fafe7 Color CSS Codes
.mybgcolor {background-color:#3fafe7; } .myforecolor {color:#3fafe7; } .mybordercolor {border:3px solid #3fafe7; }
#3fafe7 Text Font Color
<p style="color:#3fafe7">Text here</p>
This sample text font color is #3fafe7
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.
#3fafe7 Background Color
<div style="background-color:#3fafe7">
Div content here</div>
This div background color is #3fafe7
#3fafe7 Border Color
<div style="border:3px solid #3fafe7">
Div here</div>
This div border color is #3fafe7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,175,231, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fafe7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fafe7; -webkit-box-shadow: 1px 1px 3px 2px #3fafe7; box-shadow: 1px 1px 3px 2px #3fafe7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,175,231, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3fafe7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fafe7; -webkit-box-shadow: 1px 1px 3px 2px #3fafe7; box-shadow: 1px 1px 3px 2px #3fafe7;">
Div content here</div>
This div box has shadow with color #3fafe7
Comments
No comments written yet.
Please login to write comment.