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