Color spaces of #22abef
RGB | 34 | 171 | 239 |
---|---|---|---|
HSL | 0.56 | 0.86 | 0.54 |
HSV | 200° | 86° | 94° |
CMYK | 0.86 | 0.28 | 0.00 0.06 |
XYZ | 30.8026 | 35.6979 | 86.9283 |
Yxy | 35.6979 | 0.2008 | 0.2327 |
Hunter Lab | 59.7477 | -12.5338 | -44.4389 |
CIE-Lab | 66.2884 | -11.2499 | -43.6603 |
#22abef color RGB value is (34,171,239).
#22abef hex color red value is 34, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #22abef hue: 0.56 , saturation: 0.86 and the lightness value of 22abef is 0.54.
The process color (four color CMYK) of #22abef color hex is 0.86, 0.28, 0.00, 0.06. Web safe color of #22abef is #3399ff. Color #22abef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 10101011 | 11101111 |
Octal | 42 | 253 | 357 |
Decimal | 34 | 171 | 239 |
Hex | 22 | AB | EF |
Shades of #22abef
Tints of #22abef
RGB Percentages of Color #22abef
CMYK Percentages of Color #22abef
Complementary Color
#22abef | #ef6622 |
#22abef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#22abef Color Preview on White Background
Lorem ipsum dolor sit amet.
#22abef Color CSS Codes
.mybgcolor {background-color:#22abef; } .myforecolor {color:#22abef; } .mybordercolor {border:3px solid #22abef; }
#22abef Text Font Color
<p style="color:#22abef">Text here</p>
This sample text font color is #22abef
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.
#22abef Background Color
<div style="background-color:#22abef">
Div content here</div>
This div background color is #22abef
#22abef Border Color
<div style="border:3px solid #22abef">
Div here</div>
This div border color is #22abef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,171,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #22abef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #22abef; -webkit-box-shadow: 1px 1px 3px 2px #22abef; box-shadow: 1px 1px 3px 2px #22abef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,171,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #22abef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #22abef; -webkit-box-shadow: 1px 1px 3px 2px #22abef; box-shadow: 1px 1px 3px 2px #22abef;">
Div content here</div>
This div box has shadow with color #22abef
Comments
No comments written yet.
Please login to write comment.