Color spaces of #44ddbb
RGB | 68 | 221 | 187 |
---|---|---|---|
HSL | 0.46 | 0.69 | 0.57 |
HSV | 167° | 69° | 87° |
CMYK | 0.69 | 0.00 | 0.15 0.13 |
XYZ | 37.2100 | 56.5297 | 55.9639 |
Yxy | 56.5297 | 0.2486 | 0.3776 |
Hunter Lab | 75.1862 | -43.2355 | 8.4986 |
CIE-Lab | 79.9143 | -47.6519 | 5.1634 |
#44ddbb color RGB value is (68,221,187).
#44ddbb hex color red value is 68, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #44ddbb hue: 0.46 , saturation: 0.69 and the lightness value of 44ddbb is 0.57.
The process color (four color CMYK) of #44ddbb color hex is 0.69, 0.00, 0.15, 0.13. Web safe color of #44ddbb is #33cccc. Color #44ddbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 11011101 | 10111011 |
Octal | 104 | 335 | 273 |
Decimal | 68 | 221 | 187 |
Hex | 44 | DD | BB |
Shades of #44ddbb
Tints of #44ddbb
RGB Percentages of Color #44ddbb
CMYK Percentages of Color #44ddbb
Complementary Color
#44ddbb | #dd4466 |
#44ddbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44ddbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#44ddbb Color CSS Codes
.mybgcolor {background-color:#44ddbb; } .myforecolor {color:#44ddbb; } .mybordercolor {border:3px solid #44ddbb; }
#44ddbb Text Font Color
<p style="color:#44ddbb">Text here</p>
This sample text font color is #44ddbb
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.
#44ddbb Background Color
<div style="background-color:#44ddbb">
Div content here</div>
This div background color is #44ddbb
#44ddbb Border Color
<div style="border:3px solid #44ddbb">
Div here</div>
This div border color is #44ddbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,221,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44ddbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44ddbb; -webkit-box-shadow: 1px 1px 3px 2px #44ddbb; box-shadow: 1px 1px 3px 2px #44ddbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,221,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44ddbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44ddbb; -webkit-box-shadow: 1px 1px 3px 2px #44ddbb; box-shadow: 1px 1px 3px 2px #44ddbb;">
Div content here</div>
This div box has shadow with color #44ddbb
Comments
No comments written yet.
Please login to write comment.