Color spaces of #3aacfa
RGB | 58 | 172 | 250 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.60 |
HSV | 204° | 77° | 98° |
CMYK | 0.77 | 0.31 | 0.00 0.02 |
XYZ | 33.7528 | 37.3067 | 95.8644 |
Yxy | 37.3067 | 0.2022 | 0.2235 |
Hunter Lab | 61.0792 | -8.2483 | -50.3008 |
CIE-Lab | 67.5065 | -5.8680 | -47.7116 |
#3aacfa color RGB value is (58,172,250).
#3aacfa hex color red value is 58, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3aacfa hue: 0.57 , saturation: 0.95 and the lightness value of 3aacfa is 0.60.
The process color (four color CMYK) of #3aacfa color hex is 0.77, 0.31, 0.00, 0.02. Web safe color of #3aacfa is #3399ff. Color #3aacfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10101100 | 11111010 |
Octal | 72 | 254 | 372 |
Decimal | 58 | 172 | 250 |
Hex | 3A | AC | FA |
Shades of #3aacfa
Tints of #3aacfa
RGB Percentages of Color #3aacfa
CMYK Percentages of Color #3aacfa
Complementary Color
#3aacfa | #fa883a |
#3aacfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aacfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aacfa Color CSS Codes
.mybgcolor {background-color:#3aacfa; } .myforecolor {color:#3aacfa; } .mybordercolor {border:3px solid #3aacfa; }
#3aacfa Text Font Color
<p style="color:#3aacfa">Text here</p>
This sample text font color is #3aacfa
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.
#3aacfa Background Color
<div style="background-color:#3aacfa">
Div content here</div>
This div background color is #3aacfa
#3aacfa Border Color
<div style="border:3px solid #3aacfa">
Div here</div>
This div border color is #3aacfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,172,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aacfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aacfa; -webkit-box-shadow: 1px 1px 3px 2px #3aacfa; box-shadow: 1px 1px 3px 2px #3aacfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,172,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aacfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aacfa; -webkit-box-shadow: 1px 1px 3px 2px #3aacfa; box-shadow: 1px 1px 3px 2px #3aacfa;">
Div content here</div>
This div box has shadow with color #3aacfa
Comments
No comments written yet.
Please login to write comment.