Color spaces of #deeff6
RGB | 222 | 239 | 246 |
---|---|---|---|
HSL | 0.55 | 0.57 | 0.92 |
HSV | 198° | 10° | 96° |
CMYK | 0.10 | 0.03 | 0.00 0.04 |
XYZ | 77.6253 | 83.9164 | 99.2950 |
Yxy | 83.9164 | 0.2976 | 0.3217 |
Hunter Lab | 91.6059 | -9.0524 | -0.1425 |
CIE-Lab | 93.4142 | -4.2456 | -5.3031 |
#deeff6 color RGB value is (222,239,246).
#deeff6 hex color red value is 222, green value is 239 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #deeff6 hue: 0.55 , saturation: 0.57 and the lightness value of deeff6 is 0.92.
The process color (four color CMYK) of #deeff6 color hex is 0.10, 0.03, 0.00, 0.04. Web safe color of #deeff6 is #ccffff. Color #deeff6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101111 | 11110110 |
Octal | 336 | 357 | 366 |
Decimal | 222 | 239 | 246 |
Hex | DE | EF | F6 |
Shades of #deeff6
Tints of #deeff6
RGB Percentages of Color #deeff6
CMYK Percentages of Color #deeff6
Complementary Color
#deeff6 | #f6e5de |
#deeff6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deeff6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deeff6 Color CSS Codes
.mybgcolor {background-color:#deeff6; } .myforecolor {color:#deeff6; } .mybordercolor {border:3px solid #deeff6; }
#deeff6 Text Font Color
<p style="color:#deeff6">Text here</p>
This sample text font color is #deeff6
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.
#deeff6 Background Color
<div style="background-color:#deeff6">
Div content here</div>
This div background color is #deeff6
#deeff6 Border Color
<div style="border:3px solid #deeff6">
Div here</div>
This div border color is #deeff6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,239,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deeff6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deeff6; -webkit-box-shadow: 1px 1px 3px 2px #deeff6; box-shadow: 1px 1px 3px 2px #deeff6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,239,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deeff6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deeff6; -webkit-box-shadow: 1px 1px 3px 2px #deeff6; box-shadow: 1px 1px 3px 2px #deeff6;">
Div content here</div>
This div box has shadow with color #deeff6
Comments
No comments written yet.
Please login to write comment.