Color spaces of #deedbf
RGB | 222 | 237 | 191 |
---|---|---|---|
HSL | 0.22 | 0.56 | 0.84 |
HSV | 80° | 19° | 93° |
CMYK | 0.06 | 0.00 | 0.19 0.07 |
XYZ | 69.8124 | 79.8596 | 61.0251 |
Yxy | 79.8596 | 0.3313 | 0.3790 |
Hunter Lab | 89.3642 | -16.9410 | 22.0669 |
CIE-Lab | 91.6218 | -12.7575 | 20.6579 |
#deedbf color RGB value is (222,237,191).
#deedbf hex color red value is 222, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #deedbf hue: 0.22 , saturation: 0.56 and the lightness value of deedbf is 0.84.
The process color (four color CMYK) of #deedbf color hex is 0.06, 0.00, 0.19, 0.07. Web safe color of #deedbf is #ccffcc. Color #deedbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101101 | 10111111 |
Octal | 336 | 355 | 277 |
Decimal | 222 | 237 | 191 |
Hex | DE | ED | BF |
Shades of #deedbf
Tints of #deedbf
RGB Percentages of Color #deedbf
CMYK Percentages of Color #deedbf
Complementary Color
#deedbf | #cebfed |
#deedbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deedbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#deedbf Color CSS Codes
.mybgcolor {background-color:#deedbf; } .myforecolor {color:#deedbf; } .mybordercolor {border:3px solid #deedbf; }
#deedbf Text Font Color
<p style="color:#deedbf">Text here</p>
This sample text font color is #deedbf
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.
#deedbf Background Color
<div style="background-color:#deedbf">
Div content here</div>
This div background color is #deedbf
#deedbf Border Color
<div style="border:3px solid #deedbf">
Div here</div>
This div border color is #deedbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,237,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deedbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deedbf; -webkit-box-shadow: 1px 1px 3px 2px #deedbf; box-shadow: 1px 1px 3px 2px #deedbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,237,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deedbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deedbf; -webkit-box-shadow: 1px 1px 3px 2px #deedbf; box-shadow: 1px 1px 3px 2px #deedbf;">
Div content here</div>
This div box has shadow with color #deedbf
Comments
No comments written yet.
Please login to write comment.