Color spaces of #1dacbb
RGB | 29 | 172 | 187 |
---|---|---|---|
HSL | 0.52 | 0.73 | 0.42 |
HSV | 186° | 84° | 73° |
CMYK | 0.84 | 0.08 | 0.00 0.27 |
XYZ | 24.2289 | 33.3541 | 52.1747 |
Yxy | 33.3541 | 0.2207 | 0.3039 |
Hunter Lab | 57.7530 | -26.1823 | -13.1361 |
CIE-Lab | 64.4466 | -29.7216 | -17.8046 |
#1dacbb color RGB value is (29,172,187).
#1dacbb hex color red value is 29, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1dacbb hue: 0.52 , saturation: 0.73 and the lightness value of 1dacbb is 0.42.
The process color (four color CMYK) of #1dacbb color hex is 0.84, 0.08, 0.00, 0.27. Web safe color of #1dacbb is #3399cc. Color #1dacbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 10101100 | 10111011 |
Octal | 35 | 254 | 273 |
Decimal | 29 | 172 | 187 |
Hex | 1D | AC | BB |
Shades of #1dacbb
Tints of #1dacbb
RGB Percentages of Color #1dacbb
CMYK Percentages of Color #1dacbb
Complementary Color
#1dacbb | #bb2c1d |
#1dacbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dacbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dacbb Color CSS Codes
.mybgcolor {background-color:#1dacbb; } .myforecolor {color:#1dacbb; } .mybordercolor {border:3px solid #1dacbb; }
#1dacbb Text Font Color
<p style="color:#1dacbb">Text here</p>
This sample text font color is #1dacbb
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.
#1dacbb Background Color
<div style="background-color:#1dacbb">
Div content here</div>
This div background color is #1dacbb
#1dacbb Border Color
<div style="border:3px solid #1dacbb">
Div here</div>
This div border color is #1dacbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dacbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dacbb; -webkit-box-shadow: 1px 1px 3px 2px #1dacbb; box-shadow: 1px 1px 3px 2px #1dacbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,172,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 #1dacbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dacbb; -webkit-box-shadow: 1px 1px 3px 2px #1dacbb; box-shadow: 1px 1px 3px 2px #1dacbb;">
Div content here</div>
This div box has shadow with color #1dacbb
Comments
No comments written yet.
Please login to write comment.