Color spaces of #1dcbce
RGB | 29 | 203 | 206 |
---|---|---|---|
HSL | 0.50 | 0.75 | 0.46 |
HSV | 181° | 86° | 81° |
CMYK | 0.86 | 0.01 | 0.00 0.19 |
XYZ | 33.0032 | 47.4293 | 65.8078 |
Yxy | 47.4293 | 0.2257 | 0.3243 |
Hunter Lab | 68.8689 | -34.9803 | -8.4464 |
CIE-Lab | 74.4635 | -38.4960 | -13.1253 |
#1dcbce color RGB value is (29,203,206).
#1dcbce hex color red value is 29, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1dcbce hue: 0.50 , saturation: 0.75 and the lightness value of 1dcbce is 0.46.
The process color (four color CMYK) of #1dcbce color hex is 0.86, 0.01, 0.00, 0.19. Web safe color of #1dcbce is #33cccc. Color #1dcbce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11001011 | 11001110 |
Octal | 35 | 313 | 316 |
Decimal | 29 | 203 | 206 |
Hex | 1D | CB | CE |
Shades of #1dcbce
Tints of #1dcbce
RGB Percentages of Color #1dcbce
CMYK Percentages of Color #1dcbce
Complementary Color
#1dcbce | #ce201d |
#1dcbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dcbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dcbce Color CSS Codes
.mybgcolor {background-color:#1dcbce; } .myforecolor {color:#1dcbce; } .mybordercolor {border:3px solid #1dcbce; }
#1dcbce Text Font Color
<p style="color:#1dcbce">Text here</p>
This sample text font color is #1dcbce
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.
#1dcbce Background Color
<div style="background-color:#1dcbce">
Div content here</div>
This div background color is #1dcbce
#1dcbce Border Color
<div style="border:3px solid #1dcbce">
Div here</div>
This div border color is #1dcbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,203,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dcbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dcbce; -webkit-box-shadow: 1px 1px 3px 2px #1dcbce; box-shadow: 1px 1px 3px 2px #1dcbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,203,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1dcbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dcbce; -webkit-box-shadow: 1px 1px 3px 2px #1dcbce; box-shadow: 1px 1px 3px 2px #1dcbce;">
Div content here</div>
This div box has shadow with color #1dcbce
Comments
No comments written yet.
Please login to write comment.