Color spaces of #61acdb
RGB | 97 | 172 | 219 |
---|---|---|---|
HSL | 0.56 | 0.63 | 0.62 |
HSV | 203° | 56° | 86° |
CMYK | 0.56 | 0.21 | 0.00 0.14 |
XYZ | 32.4685 | 37.1609 | 72.4793 |
Yxy | 37.1609 | 0.2285 | 0.2615 |
Hunter Lab | 60.9597 | -11.6065 | -27.8222 |
CIE-Lab | 67.3976 | -9.9475 | -30.8394 |
#61acdb color RGB value is (97,172,219).
#61acdb hex color red value is 97, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #61acdb hue: 0.56 , saturation: 0.63 and the lightness value of 61acdb is 0.62.
The process color (four color CMYK) of #61acdb color hex is 0.56, 0.21, 0.00, 0.14. Web safe color of #61acdb is #6699cc. Color #61acdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10101100 | 11011011 |
Octal | 141 | 254 | 333 |
Decimal | 97 | 172 | 219 |
Hex | 61 | AC | DB |
Shades of #61acdb
Tints of #61acdb
RGB Percentages of Color #61acdb
CMYK Percentages of Color #61acdb
Complementary Color
#61acdb | #db9061 |
#61acdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61acdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#61acdb Color CSS Codes
.mybgcolor {background-color:#61acdb; } .myforecolor {color:#61acdb; } .mybordercolor {border:3px solid #61acdb; }
#61acdb Text Font Color
<p style="color:#61acdb">Text here</p>
This sample text font color is #61acdb
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.
#61acdb Background Color
<div style="background-color:#61acdb">
Div content here</div>
This div background color is #61acdb
#61acdb Border Color
<div style="border:3px solid #61acdb">
Div here</div>
This div border color is #61acdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61acdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61acdb; -webkit-box-shadow: 1px 1px 3px 2px #61acdb; box-shadow: 1px 1px 3px 2px #61acdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,172,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61acdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61acdb; -webkit-box-shadow: 1px 1px 3px 2px #61acdb; box-shadow: 1px 1px 3px 2px #61acdb;">
Div content here</div>
This div box has shadow with color #61acdb
Comments
No comments written yet.
Please login to write comment.