Color spaces of #dbeee2
RGB | 219 | 238 | 226 |
---|---|---|---|
HSL | 0.39 | 0.36 | 0.90 |
HSV | 142° | 8° | 93° |
CMYK | 0.08 | 0.00 | 0.05 0.07 |
XYZ | 73.5154 | 81.7001 | 83.8465 |
Yxy | 81.7001 | 0.3075 | 0.3418 |
Hunter Lab | 90.3881 | -12.9997 | 8.2726 |
CIE-Lab | 92.4423 | -8.4549 | 3.6516 |
#dbeee2 color RGB value is (219,238,226).
#dbeee2 hex color red value is 219, green value is 238 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dbeee2 hue: 0.39 , saturation: 0.36 and the lightness value of dbeee2 is 0.90.
The process color (four color CMYK) of #dbeee2 color hex is 0.08, 0.00, 0.05, 0.07. Web safe color of #dbeee2 is #ccffcc. Color #dbeee2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101110 | 11100010 |
Octal | 333 | 356 | 342 |
Decimal | 219 | 238 | 226 |
Hex | DB | EE | E2 |
Shades of #dbeee2
Tints of #dbeee2
RGB Percentages of Color #dbeee2
CMYK Percentages of Color #dbeee2
Complementary Color
#dbeee2 | #eedbe7 |
#dbeee2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbeee2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbeee2 Color CSS Codes
.mybgcolor {background-color:#dbeee2; } .myforecolor {color:#dbeee2; } .mybordercolor {border:3px solid #dbeee2; }
#dbeee2 Text Font Color
<p style="color:#dbeee2">Text here</p>
This sample text font color is #dbeee2
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.
#dbeee2 Background Color
<div style="background-color:#dbeee2">
Div content here</div>
This div background color is #dbeee2
#dbeee2 Border Color
<div style="border:3px solid #dbeee2">
Div here</div>
This div border color is #dbeee2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,238,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbeee2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbeee2; -webkit-box-shadow: 1px 1px 3px 2px #dbeee2; box-shadow: 1px 1px 3px 2px #dbeee2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,238,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbeee2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbeee2; -webkit-box-shadow: 1px 1px 3px 2px #dbeee2; box-shadow: 1px 1px 3px 2px #dbeee2;">
Div content here</div>
This div box has shadow with color #dbeee2
Comments
No comments written yet.
Please login to write comment.