Color spaces of #22acdb
RGB | 34 | 172 | 219 |
---|---|---|---|
HSL | 0.54 | 0.73 | 0.50 |
HSV | 195° | 84° | 86° |
CMYK | 0.84 | 0.21 | 0.00 0.14 |
XYZ | 28.1984 | 34.9596 | 72.2795 |
Yxy | 34.9596 | 0.2082 | 0.2581 |
Hunter Lab | 59.1266 | -18.3422 | -31.0905 |
CIE-Lab | 65.7172 | -18.7527 | -33.5760 |
#22acdb color RGB value is (34,172,219).
#22acdb hex color red value is 34, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #22acdb hue: 0.54 , saturation: 0.73 and the lightness value of 22acdb is 0.50.
The process color (four color CMYK) of #22acdb color hex is 0.84, 0.21, 0.00, 0.14. Web safe color of #22acdb is #3399cc. Color #22acdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 10101100 | 11011011 |
Octal | 42 | 254 | 333 |
Decimal | 34 | 172 | 219 |
Hex | 22 | AC | DB |
Shades of #22acdb
Tints of #22acdb
RGB Percentages of Color #22acdb
CMYK Percentages of Color #22acdb
Complementary Color
#22acdb | #db5122 |
#22acdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#22acdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#22acdb Color CSS Codes
.mybgcolor {background-color:#22acdb; } .myforecolor {color:#22acdb; } .mybordercolor {border:3px solid #22acdb; }
#22acdb Text Font Color
<p style="color:#22acdb">Text here</p>
This sample text font color is #22acdb
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.
#22acdb Background Color
<div style="background-color:#22acdb">
Div content here</div>
This div background color is #22acdb
#22acdb Border Color
<div style="border:3px solid #22acdb">
Div here</div>
This div border color is #22acdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #22acdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #22acdb; -webkit-box-shadow: 1px 1px 3px 2px #22acdb; box-shadow: 1px 1px 3px 2px #22acdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,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 #22acdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #22acdb; -webkit-box-shadow: 1px 1px 3px 2px #22acdb; box-shadow: 1px 1px 3px 2px #22acdb;">
Div content here</div>
This div box has shadow with color #22acdb
Comments
No comments written yet.
Please login to write comment.