Color spaces of #44cbde
RGB | 68 | 203 | 222 |
---|---|---|---|
HSL | 0.52 | 0.70 | 0.57 |
HSV | 187° | 69° | 87° |
CMYK | 0.69 | 0.09 | 0.00 0.13 |
XYZ | 36.9246 | 49.2147 | 76.6605 |
Yxy | 49.2147 | 0.2268 | 0.3023 |
Hunter Lab | 70.1532 | -28.8160 | -15.6824 |
CIE-Lab | 75.5847 | -29.9272 | -20.0191 |
#44cbde color RGB value is (68,203,222).
#44cbde hex color red value is 68, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #44cbde hue: 0.52 , saturation: 0.70 and the lightness value of 44cbde is 0.57.
The process color (four color CMYK) of #44cbde color hex is 0.69, 0.09, 0.00, 0.13. Web safe color of #44cbde is #33cccc. Color #44cbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 11001011 | 11011110 |
Octal | 104 | 313 | 336 |
Decimal | 68 | 203 | 222 |
Hex | 44 | CB | DE |
Shades of #44cbde
Tints of #44cbde
RGB Percentages of Color #44cbde
CMYK Percentages of Color #44cbde
Complementary Color
#44cbde | #de5744 |
#44cbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44cbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#44cbde Color CSS Codes
.mybgcolor {background-color:#44cbde; } .myforecolor {color:#44cbde; } .mybordercolor {border:3px solid #44cbde; }
#44cbde Text Font Color
<p style="color:#44cbde">Text here</p>
This sample text font color is #44cbde
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.
#44cbde Background Color
<div style="background-color:#44cbde">
Div content here</div>
This div background color is #44cbde
#44cbde Border Color
<div style="border:3px solid #44cbde">
Div here</div>
This div border color is #44cbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44cbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44cbde; -webkit-box-shadow: 1px 1px 3px 2px #44cbde; box-shadow: 1px 1px 3px 2px #44cbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44cbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44cbde; -webkit-box-shadow: 1px 1px 3px 2px #44cbde; box-shadow: 1px 1px 3px 2px #44cbde;">
Div content here</div>
This div box has shadow with color #44cbde
Comments
No comments written yet.
Please login to write comment.