Color spaces of #1dddbd
RGB | 29 | 221 | 189 |
---|---|---|---|
HSL | 0.47 | 0.77 | 0.49 |
HSV | 170° | 87° | 87° |
CMYK | 0.87 | 0.00 | 0.14 0.13 |
XYZ | 35.5485 | 55.6482 | 57.0117 |
Yxy | 55.6482 | 0.2399 | 0.3755 |
Hunter Lab | 74.5977 | -45.4843 | 6.9057 |
CIE-Lab | 79.4132 | -51.0190 | 3.3056 |
#1dddbd color RGB value is (29,221,189).
#1dddbd hex color red value is 29, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1dddbd hue: 0.47 , saturation: 0.77 and the lightness value of 1dddbd is 0.49.
The process color (four color CMYK) of #1dddbd color hex is 0.87, 0.00, 0.14, 0.13. Web safe color of #1dddbd is #33cccc. Color #1dddbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11011101 | 10111101 |
Octal | 35 | 335 | 275 |
Decimal | 29 | 221 | 189 |
Hex | 1D | DD | BD |
Shades of #1dddbd
Tints of #1dddbd
RGB Percentages of Color #1dddbd
CMYK Percentages of Color #1dddbd
Complementary Color
#1dddbd | #dd1d3d |
#1dddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dddbd Color CSS Codes
.mybgcolor {background-color:#1dddbd; } .myforecolor {color:#1dddbd; } .mybordercolor {border:3px solid #1dddbd; }
#1dddbd Text Font Color
<p style="color:#1dddbd">Text here</p>
This sample text font color is #1dddbd
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.
#1dddbd Background Color
<div style="background-color:#1dddbd">
Div content here</div>
This div background color is #1dddbd
#1dddbd Border Color
<div style="border:3px solid #1dddbd">
Div here</div>
This div border color is #1dddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dddbd; -webkit-box-shadow: 1px 1px 3px 2px #1dddbd; box-shadow: 1px 1px 3px 2px #1dddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1dddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dddbd; -webkit-box-shadow: 1px 1px 3px 2px #1dddbd; box-shadow: 1px 1px 3px 2px #1dddbd;">
Div content here</div>
This div box has shadow with color #1dddbd
Comments
No comments written yet.
Please login to write comment.