Color spaces of #defcee
RGB | 222 | 252 | 238 |
---|---|---|---|
HSL | 0.42 | 0.83 | 0.93 |
HSV | 152° | 12° | 99° |
CMYK | 0.12 | 0.00 | 0.06 0.01 |
XYZ | 80.3672 | 91.3234 | 94.2803 |
Yxy | 91.3234 | 0.3022 | 0.3434 |
Hunter Lab | 95.5633 | -17.1201 | 8.4003 |
CIE-Lab | 96.5430 | -12.2928 | 3.4131 |
#defcee color RGB value is (222,252,238).
#defcee hex color red value is 222, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #defcee hue: 0.42 , saturation: 0.83 and the lightness value of defcee is 0.93.
The process color (four color CMYK) of #defcee color hex is 0.12, 0.00, 0.06, 0.01. Web safe color of #defcee is #ccffff. Color #defcee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111100 | 11101110 |
Octal | 336 | 374 | 356 |
Decimal | 222 | 252 | 238 |
Hex | DE | FC | EE |
Shades of #defcee
Tints of #defcee
RGB Percentages of Color #defcee
CMYK Percentages of Color #defcee
Complementary Color
#defcee | #fcdeec |
#defcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#defcee Color CSS Codes
.mybgcolor {background-color:#defcee; } .myforecolor {color:#defcee; } .mybordercolor {border:3px solid #defcee; }
#defcee Text Font Color
<p style="color:#defcee">Text here</p>
This sample text font color is #defcee
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.
#defcee Background Color
<div style="background-color:#defcee">
Div content here</div>
This div background color is #defcee
#defcee Border Color
<div style="border:3px solid #defcee">
Div here</div>
This div border color is #defcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,252,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defcee; -webkit-box-shadow: 1px 1px 3px 2px #defcee; box-shadow: 1px 1px 3px 2px #defcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,252,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defcee; -webkit-box-shadow: 1px 1px 3px 2px #defcee; box-shadow: 1px 1px 3px 2px #defcee;">
Div content here</div>
This div box has shadow with color #defcee
Comments
No comments written yet.
Please login to write comment.