Color spaces of #dbebeb
RGB | 219 | 235 | 235 |
---|---|---|---|
HSL | 0.50 | 0.29 | 0.89 |
HSV | 180° | 7° | 92° |
CMYK | 0.07 | 0.00 | 0.00 0.08 |
XYZ | 73.9171 | 80.4749 | 90.2346 |
Yxy | 80.4749 | 0.3022 | 0.3290 |
Hunter Lab | 89.7078 | -9.9089 | 3.1573 |
CIE-Lab | 91.8975 | -5.2721 | -1.8298 |
#dbebeb color RGB value is (219,235,235).
#dbebeb hex color red value is 219, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbebeb hue: 0.50 , saturation: 0.29 and the lightness value of dbebeb is 0.89.
The process color (four color CMYK) of #dbebeb color hex is 0.07, 0.00, 0.00, 0.08. Web safe color of #dbebeb is #ccffff. Color #dbebeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101011 | 11101011 |
Octal | 333 | 353 | 353 |
Decimal | 219 | 235 | 235 |
Hex | DB | EB | EB |
Shades of #dbebeb
Tints of #dbebeb
RGB Percentages of Color #dbebeb
CMYK Percentages of Color #dbebeb
Complementary Color
#dbebeb | #ebdbdb |
#dbebeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbebeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbebeb Color CSS Codes
.mybgcolor {background-color:#dbebeb; } .myforecolor {color:#dbebeb; } .mybordercolor {border:3px solid #dbebeb; }
#dbebeb Text Font Color
<p style="color:#dbebeb">Text here</p>
This sample text font color is #dbebeb
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.
#dbebeb Background Color
<div style="background-color:#dbebeb">
Div content here</div>
This div background color is #dbebeb
#dbebeb Border Color
<div style="border:3px solid #dbebeb">
Div here</div>
This div border color is #dbebeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,235,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbebeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbebeb; -webkit-box-shadow: 1px 1px 3px 2px #dbebeb; box-shadow: 1px 1px 3px 2px #dbebeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,235,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 #dbebeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbebeb; -webkit-box-shadow: 1px 1px 3px 2px #dbebeb; box-shadow: 1px 1px 3px 2px #dbebeb;">
Div content here</div>
This div box has shadow with color #dbebeb
#dbebeb Color Palettes
Comments
No comments written yet.
Please login to write comment.