Color spaces of #deebbe
RGB | 222 | 235 | 190 |
---|---|---|---|
HSL | 0.21 | 0.53 | 0.83 |
HSV | 77° | 19° | 92° |
CMYK | 0.06 | 0.00 | 0.19 0.08 |
XYZ | 69.1268 | 78.6640 | 60.2555 |
Yxy | 78.6640 | 0.3323 | 0.3781 |
Hunter Lab | 88.6927 | -16.0900 | 21.8048 |
CIE-Lab | 91.0820 | -11.9125 | 20.4233 |
#deebbe color RGB value is (222,235,190).
#deebbe hex color red value is 222, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #deebbe hue: 0.21 , saturation: 0.53 and the lightness value of deebbe is 0.83.
The process color (four color CMYK) of #deebbe color hex is 0.06, 0.00, 0.19, 0.08. Web safe color of #deebbe is #ccffcc. Color #deebbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101011 | 10111110 |
Octal | 336 | 353 | 276 |
Decimal | 222 | 235 | 190 |
Hex | DE | EB | BE |
Shades of #deebbe
Tints of #deebbe
RGB Percentages of Color #deebbe
CMYK Percentages of Color #deebbe
Complementary Color
#deebbe | #cbbeeb |
#deebbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deebbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#deebbe Color CSS Codes
.mybgcolor {background-color:#deebbe; } .myforecolor {color:#deebbe; } .mybordercolor {border:3px solid #deebbe; }
#deebbe Text Font Color
<p style="color:#deebbe">Text here</p>
This sample text font color is #deebbe
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.
#deebbe Background Color
<div style="background-color:#deebbe">
Div content here</div>
This div background color is #deebbe
#deebbe Border Color
<div style="border:3px solid #deebbe">
Div here</div>
This div border color is #deebbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,235,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deebbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deebbe; -webkit-box-shadow: 1px 1px 3px 2px #deebbe; box-shadow: 1px 1px 3px 2px #deebbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,235,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deebbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deebbe; -webkit-box-shadow: 1px 1px 3px 2px #deebbe; box-shadow: 1px 1px 3px 2px #deebbe;">
Div content here</div>
This div box has shadow with color #deebbe
Comments
No comments written yet.
Please login to write comment.