Color spaces of #3faaea
RGB | 63 | 170 | 234 |
---|---|---|---|
HSL | 0.56 | 0.80 | 0.58 |
HSV | 202° | 73° | 92° |
CMYK | 0.73 | 0.27 | 0.00 0.08 |
XYZ | 31.2759 | 35.7467 | 83.0933 |
Yxy | 35.7467 | 0.2083 | 0.2381 |
Hunter Lab | 59.7885 | -11.2551 | -40.5484 |
CIE-Lab | 66.3259 | -9.6613 | -40.8261 |
#3faaea color RGB value is (63,170,234).
#3faaea hex color red value is 63, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3faaea hue: 0.56 , saturation: 0.80 and the lightness value of 3faaea is 0.58.
The process color (four color CMYK) of #3faaea color hex is 0.73, 0.27, 0.00, 0.08. Web safe color of #3faaea is #3399ff. Color #3faaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10101010 | 11101010 |
Octal | 77 | 252 | 352 |
Decimal | 63 | 170 | 234 |
Hex | 3F | AA | EA |
Shades of #3faaea
Tints of #3faaea
RGB Percentages of Color #3faaea
CMYK Percentages of Color #3faaea
Complementary Color
#3faaea | #ea7f3f |
#3faaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3faaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#3faaea Color CSS Codes
.mybgcolor {background-color:#3faaea; } .myforecolor {color:#3faaea; } .mybordercolor {border:3px solid #3faaea; }
#3faaea Text Font Color
<p style="color:#3faaea">Text here</p>
This sample text font color is #3faaea
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.
#3faaea Background Color
<div style="background-color:#3faaea">
Div content here</div>
This div background color is #3faaea
#3faaea Border Color
<div style="border:3px solid #3faaea">
Div here</div>
This div border color is #3faaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,170,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3faaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3faaea; -webkit-box-shadow: 1px 1px 3px 2px #3faaea; box-shadow: 1px 1px 3px 2px #3faaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,170,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3faaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3faaea; -webkit-box-shadow: 1px 1px 3px 2px #3faaea; box-shadow: 1px 1px 3px 2px #3faaea;">
Div content here</div>
This div box has shadow with color #3faaea
Comments
No comments written yet.
Please login to write comment.