Color spaces of #44caff
RGB | 68 | 202 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.63 |
HSV | 197° | 73° | 100° |
CMYK | 0.73 | 0.21 | 0.00 0.00 |
XYZ | 41.5544 | 50.6900 | 102.2017 |
Yxy | 50.6900 | 0.2137 | 0.2607 |
Hunter Lab | 71.1969 | -20.4123 | -35.2717 |
CIE-Lab | 76.4908 | -19.1811 | -36.3556 |
#44caff color RGB value is (68,202,255).
#44caff hex color red value is 68, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #44caff hue: 0.55 , saturation: 1.00 and the lightness value of 44caff is 0.63.
The process color (four color CMYK) of #44caff color hex is 0.73, 0.21, 0.00, 0.00. Web safe color of #44caff is #33ccff. Color #44caff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 11001010 | 11111111 |
Octal | 104 | 312 | 377 |
Decimal | 68 | 202 | 255 |
Hex | 44 | CA | FF |
Shades of #44caff
Tints of #44caff
RGB Percentages of Color #44caff
CMYK Percentages of Color #44caff
Complementary Color
#44caff | #ff7944 |
#44caff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44caff Color Preview on White Background
Lorem ipsum dolor sit amet.
#44caff Color CSS Codes
.mybgcolor {background-color:#44caff; } .myforecolor {color:#44caff; } .mybordercolor {border:3px solid #44caff; }
#44caff Text Font Color
<p style="color:#44caff">Text here</p>
This sample text font color is #44caff
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.
#44caff Background Color
<div style="background-color:#44caff">
Div content here</div>
This div background color is #44caff
#44caff Border Color
<div style="border:3px solid #44caff">
Div here</div>
This div border color is #44caff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,202,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44caff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44caff; -webkit-box-shadow: 1px 1px 3px 2px #44caff; box-shadow: 1px 1px 3px 2px #44caff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,202,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44caff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44caff; -webkit-box-shadow: 1px 1px 3px 2px #44caff; box-shadow: 1px 1px 3px 2px #44caff;">
Div content here</div>
This div box has shadow with color #44caff
Comments
No comments written yet.
Please login to write comment.