Color spaces of #dbedb4
RGB | 219 | 237 | 180 |
---|---|---|---|
HSL | 0.22 | 0.61 | 0.82 |
HSV | 79° | 24° | 93° |
CMYK | 0.08 | 0.00 | 0.24 0.07 |
XYZ | 67.7358 | 78.9237 | 54.8438 |
Yxy | 78.9237 | 0.3362 | 0.3917 |
Hunter Lab | 88.8390 | -19.3699 | 25.5853 |
CIE-Lab | 91.1998 | -15.4564 | 25.6970 |
#dbedb4 color RGB value is (219,237,180).
#dbedb4 hex color red value is 219, green value is 237 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dbedb4 hue: 0.22 , saturation: 0.61 and the lightness value of dbedb4 is 0.82.
The process color (four color CMYK) of #dbedb4 color hex is 0.08, 0.00, 0.24, 0.07. Web safe color of #dbedb4 is #ccffcc. Color #dbedb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101101 | 10110100 |
Octal | 333 | 355 | 264 |
Decimal | 219 | 237 | 180 |
Hex | DB | ED | B4 |
Shades of #dbedb4
Tints of #dbedb4
RGB Percentages of Color #dbedb4
CMYK Percentages of Color #dbedb4
Complementary Color
#dbedb4 | #c6b4ed |
#dbedb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbedb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbedb4 Color CSS Codes
.mybgcolor {background-color:#dbedb4; } .myforecolor {color:#dbedb4; } .mybordercolor {border:3px solid #dbedb4; }
#dbedb4 Text Font Color
<p style="color:#dbedb4">Text here</p>
This sample text font color is #dbedb4
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.
#dbedb4 Background Color
<div style="background-color:#dbedb4">
Div content here</div>
This div background color is #dbedb4
#dbedb4 Border Color
<div style="border:3px solid #dbedb4">
Div here</div>
This div border color is #dbedb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,237,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbedb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbedb4; -webkit-box-shadow: 1px 1px 3px 2px #dbedb4; box-shadow: 1px 1px 3px 2px #dbedb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,237,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbedb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbedb4; -webkit-box-shadow: 1px 1px 3px 2px #dbedb4; box-shadow: 1px 1px 3px 2px #dbedb4;">
Div content here</div>
This div box has shadow with color #dbedb4
Comments
No comments written yet.
Please login to write comment.