Color spaces of #1deeba
RGB | 29 | 238 | 186 |
---|---|---|---|
HSL | 0.46 | 0.86 | 0.52 |
HSV | 165° | 88° | 93° |
CMYK | 0.88 | 0.00 | 0.22 0.07 |
XYZ | 39.9442 | 64.9555 | 56.8868 |
Yxy | 64.9555 | 0.2469 | 0.4015 |
Hunter Lab | 80.5950 | -52.5737 | 14.5675 |
CIE-Lab | 84.4608 | -58.5006 | 12.1262 |
#1deeba color RGB value is (29,238,186).
#1deeba hex color red value is 29, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1deeba hue: 0.46 , saturation: 0.86 and the lightness value of 1deeba is 0.52.
The process color (four color CMYK) of #1deeba color hex is 0.88, 0.00, 0.22, 0.07. Web safe color of #1deeba is #33ffcc. Color #1deeba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11101110 | 10111010 |
Octal | 35 | 356 | 272 |
Decimal | 29 | 238 | 186 |
Hex | 1D | EE | BA |
Shades of #1deeba
Tints of #1deeba
RGB Percentages of Color #1deeba
CMYK Percentages of Color #1deeba
Complementary Color
#1deeba | #ee1d51 |
#1deeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1deeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#1deeba Color CSS Codes
.mybgcolor {background-color:#1deeba; } .myforecolor {color:#1deeba; } .mybordercolor {border:3px solid #1deeba; }
#1deeba Text Font Color
<p style="color:#1deeba">Text here</p>
This sample text font color is #1deeba
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.
#1deeba Background Color
<div style="background-color:#1deeba">
Div content here</div>
This div background color is #1deeba
#1deeba Border Color
<div style="border:3px solid #1deeba">
Div here</div>
This div border color is #1deeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,238,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1deeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1deeba; -webkit-box-shadow: 1px 1px 3px 2px #1deeba; box-shadow: 1px 1px 3px 2px #1deeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,238,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1deeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1deeba; -webkit-box-shadow: 1px 1px 3px 2px #1deeba; box-shadow: 1px 1px 3px 2px #1deeba;">
Div content here</div>
This div box has shadow with color #1deeba
Comments
No comments written yet.
Please login to write comment.