Color spaces of #dbebb3
RGB | 219 | 235 | 179 |
---|---|---|---|
HSL | 0.21 | 0.58 | 0.81 |
HSV | 77° | 24° | 92° |
CMYK | 0.07 | 0.00 | 0.24 0.08 |
XYZ | 67.0584 | 77.7314 | 54.1171 |
Yxy | 77.7314 | 0.3371 | 0.3908 |
Hunter Lab | 88.1654 | -18.5228 | 25.3228 |
CIE-Lab | 90.6572 | -14.6115 | 25.4675 |
#dbebb3 color RGB value is (219,235,179).
#dbebb3 hex color red value is 219, green value is 235 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dbebb3 hue: 0.21 , saturation: 0.58 and the lightness value of dbebb3 is 0.81.
The process color (four color CMYK) of #dbebb3 color hex is 0.07, 0.00, 0.24, 0.08. Web safe color of #dbebb3 is #ccffcc. Color #dbebb3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101011 | 10110011 |
Octal | 333 | 353 | 263 |
Decimal | 219 | 235 | 179 |
Hex | DB | EB | B3 |
Shades of #dbebb3
Tints of #dbebb3
RGB Percentages of Color #dbebb3
CMYK Percentages of Color #dbebb3
Complementary Color
#dbebb3 | #c3b3eb |
#dbebb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbebb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbebb3 Color CSS Codes
.mybgcolor {background-color:#dbebb3; } .myforecolor {color:#dbebb3; } .mybordercolor {border:3px solid #dbebb3; }
#dbebb3 Text Font Color
<p style="color:#dbebb3">Text here</p>
This sample text font color is #dbebb3
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.
#dbebb3 Background Color
<div style="background-color:#dbebb3">
Div content here</div>
This div background color is #dbebb3
#dbebb3 Border Color
<div style="border:3px solid #dbebb3">
Div here</div>
This div border color is #dbebb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,235,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbebb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbebb3; -webkit-box-shadow: 1px 1px 3px 2px #dbebb3; box-shadow: 1px 1px 3px 2px #dbebb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,235,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbebb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbebb3; -webkit-box-shadow: 1px 1px 3px 2px #dbebb3; box-shadow: 1px 1px 3px 2px #dbebb3;">
Div content here</div>
This div box has shadow with color #dbebb3
Comments
No comments written yet.
Please login to write comment.