Color spaces of #1dddeb
RGB | 29 | 221 | 235 |
---|---|---|---|
HSL | 0.51 | 0.84 | 0.52 |
HSV | 184° | 88° | 92° |
CMYK | 0.88 | 0.06 | 0.00 0.08 |
XYZ | 41.3585 | 57.9723 | 87.6072 |
Yxy | 57.9723 | 0.2212 | 0.3101 |
Hunter Lab | 76.1395 | -36.2842 | -14.9222 |
CIE-Lab | 80.7234 | -38.0220 | -19.2542 |
#1dddeb color RGB value is (29,221,235).
#1dddeb hex color red value is 29, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1dddeb hue: 0.51 , saturation: 0.84 and the lightness value of 1dddeb is 0.52.
The process color (four color CMYK) of #1dddeb color hex is 0.88, 0.06, 0.00, 0.08. Web safe color of #1dddeb is #33ccff. Color #1dddeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11011101 | 11101011 |
Octal | 35 | 335 | 353 |
Decimal | 29 | 221 | 235 |
Hex | 1D | DD | EB |
Shades of #1dddeb
Tints of #1dddeb
RGB Percentages of Color #1dddeb
CMYK Percentages of Color #1dddeb
Complementary Color
#1dddeb | #eb2b1d |
#1dddeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dddeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dddeb Color CSS Codes
.mybgcolor {background-color:#1dddeb; } .myforecolor {color:#1dddeb; } .mybordercolor {border:3px solid #1dddeb; }
#1dddeb Text Font Color
<p style="color:#1dddeb">Text here</p>
This sample text font color is #1dddeb
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.
#1dddeb Background Color
<div style="background-color:#1dddeb">
Div content here</div>
This div background color is #1dddeb
#1dddeb Border Color
<div style="border:3px solid #1dddeb">
Div here</div>
This div border color is #1dddeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,221,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dddeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dddeb; -webkit-box-shadow: 1px 1px 3px 2px #1dddeb; box-shadow: 1px 1px 3px 2px #1dddeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,221,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1dddeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dddeb; -webkit-box-shadow: 1px 1px 3px 2px #1dddeb; box-shadow: 1px 1px 3px 2px #1dddeb;">
Div content here</div>
This div box has shadow with color #1dddeb
Comments
No comments written yet.
Please login to write comment.