Color spaces of #1deffa
RGB | 29 | 239 | 250 |
---|---|---|---|
HSL | 0.51 | 0.96 | 0.55 |
HSV | 183° | 88° | 98° |
CMYK | 0.88 | 0.04 | 0.00 0.02 |
XYZ | 48.6285 | 68.8963 | 101.1778 |
Yxy | 68.8963 | 0.2223 | 0.3150 |
Hunter Lab | 83.0038 | -40.6809 | -14.1691 |
CIE-Lab | 86.4527 | -41.7038 | -18.5239 |
#1deffa color RGB value is (29,239,250).
#1deffa hex color red value is 29, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1deffa hue: 0.51 , saturation: 0.96 and the lightness value of 1deffa is 0.55.
The process color (four color CMYK) of #1deffa color hex is 0.88, 0.04, 0.00, 0.02. Web safe color of #1deffa is #33ffff. Color #1deffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11101111 | 11111010 |
Octal | 35 | 357 | 372 |
Decimal | 29 | 239 | 250 |
Hex | 1D | EF | FA |
Shades of #1deffa
Tints of #1deffa
RGB Percentages of Color #1deffa
CMYK Percentages of Color #1deffa
Complementary Color
#1deffa | #fa281d |
#1deffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1deffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#1deffa Color CSS Codes
.mybgcolor {background-color:#1deffa; } .myforecolor {color:#1deffa; } .mybordercolor {border:3px solid #1deffa; }
#1deffa Text Font Color
<p style="color:#1deffa">Text here</p>
This sample text font color is #1deffa
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.
#1deffa Background Color
<div style="background-color:#1deffa">
Div content here</div>
This div background color is #1deffa
#1deffa Border Color
<div style="border:3px solid #1deffa">
Div here</div>
This div border color is #1deffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,239,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1deffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1deffa; -webkit-box-shadow: 1px 1px 3px 2px #1deffa; box-shadow: 1px 1px 3px 2px #1deffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,239,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1deffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1deffa; -webkit-box-shadow: 1px 1px 3px 2px #1deffa; box-shadow: 1px 1px 3px 2px #1deffa;">
Div content here</div>
This div box has shadow with color #1deffa
Comments
No comments written yet.
Please login to write comment.