Color spaces of #11debf
RGB | 17 | 222 | 191 |
---|---|---|---|
HSL | 0.47 | 0.86 | 0.47 |
HSV | 171° | 92° | 87° |
CMYK | 0.92 | 0.00 | 0.14 0.13 |
XYZ | 35.7564 | 56.1233 | 58.2385 |
Yxy | 56.1233 | 0.2382 | 0.3739 |
Hunter Lab | 74.9155 | -45.9059 | 6.3494 |
CIE-Lab | 79.6839 | -51.4851 | 2.6244 |
#11debf color RGB value is (17,222,191).
#11debf hex color red value is 17, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #11debf hue: 0.47 , saturation: 0.86 and the lightness value of 11debf is 0.47.
The process color (four color CMYK) of #11debf color hex is 0.92, 0.00, 0.14, 0.13. Web safe color of #11debf is #00cccc. Color #11debf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 11011110 | 10111111 |
Octal | 21 | 336 | 277 |
Decimal | 17 | 222 | 191 |
Hex | 11 | DE | BF |
Shades of #11debf
Tints of #11debf
RGB Percentages of Color #11debf
CMYK Percentages of Color #11debf
Complementary Color
#11debf | #de1130 |
#11debf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11debf Color Preview on White Background
Lorem ipsum dolor sit amet.
#11debf Color CSS Codes
.mybgcolor {background-color:#11debf; } .myforecolor {color:#11debf; } .mybordercolor {border:3px solid #11debf; }
#11debf Text Font Color
<p style="color:#11debf">Text here</p>
This sample text font color is #11debf
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.
#11debf Background Color
<div style="background-color:#11debf">
Div content here</div>
This div background color is #11debf
#11debf Border Color
<div style="border:3px solid #11debf">
Div here</div>
This div border color is #11debf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,222,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11debf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11debf; -webkit-box-shadow: 1px 1px 3px 2px #11debf; box-shadow: 1px 1px 3px 2px #11debf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,222,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11debf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11debf; -webkit-box-shadow: 1px 1px 3px 2px #11debf; box-shadow: 1px 1px 3px 2px #11debf;">
Div content here</div>
This div box has shadow with color #11debf
Comments
No comments written yet.
Please login to write comment.