Color spaces of #5faefc
RGB | 95 | 174 | 252 |
---|---|---|---|
HSL | 0.58 | 0.96 | 0.68 |
HSV | 210° | 62° | 99° |
CMYK | 0.62 | 0.31 | 0.00 0.01 |
XYZ | 37.4261 | 39.7333 | 97.7922 |
Yxy | 39.7333 | 0.2139 | 0.2271 |
Hunter Lab | 63.0344 | -4.3273 | -47.8591 |
CIE-Lab | 69.2792 | -1.1039 | -45.9318 |
#5faefc color RGB value is (95,174,252).
#5faefc hex color red value is 95, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5faefc hue: 0.58 , saturation: 0.96 and the lightness value of 5faefc is 0.68.
The process color (four color CMYK) of #5faefc color hex is 0.62, 0.31, 0.00, 0.01. Web safe color of #5faefc is #6699ff. Color #5faefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 10101110 | 11111100 |
Octal | 137 | 256 | 374 |
Decimal | 95 | 174 | 252 |
Hex | 5F | AE | FC |
Shades of #5faefc
Tints of #5faefc
RGB Percentages of Color #5faefc
CMYK Percentages of Color #5faefc
Complementary Color
#5faefc | #fcad5f |
#5faefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5faefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5faefc Color CSS Codes
.mybgcolor {background-color:#5faefc; } .myforecolor {color:#5faefc; } .mybordercolor {border:3px solid #5faefc; }
#5faefc Text Font Color
<p style="color:#5faefc">Text here</p>
This sample text font color is #5faefc
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.
#5faefc Background Color
<div style="background-color:#5faefc">
Div content here</div>
This div background color is #5faefc
#5faefc Border Color
<div style="border:3px solid #5faefc">
Div here</div>
This div border color is #5faefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,174,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5faefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5faefc; -webkit-box-shadow: 1px 1px 3px 2px #5faefc; box-shadow: 1px 1px 3px 2px #5faefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,174,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 #5faefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5faefc; -webkit-box-shadow: 1px 1px 3px 2px #5faefc; box-shadow: 1px 1px 3px 2px #5faefc;">
Div content here</div>
This div box has shadow with color #5faefc
Comments
No comments written yet.
Please login to write comment.