Color spaces of #dcfef8
RGB | 220 | 254 | 248 |
---|---|---|---|
HSL | 0.47 | 0.94 | 0.93 |
HSV | 169° | 13° | 100° |
CMYK | 0.13 | 0.00 | 0.02 0.00 |
XYZ | 81.9003 | 92.8766 | 102.4173 |
Yxy | 92.8766 | 0.2955 | 0.3351 |
Hunter Lab | 96.3725 | -16.9571 | 4.4519 |
CIE-Lab | 97.1775 | -12.0400 | -0.8265 |
#dcfef8 color RGB value is (220,254,248).
#dcfef8 hex color red value is 220, green value is 254 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dcfef8 hue: 0.47 , saturation: 0.94 and the lightness value of dcfef8 is 0.93.
The process color (four color CMYK) of #dcfef8 color hex is 0.13, 0.00, 0.02, 0.00. Web safe color of #dcfef8 is #ccffff. Color #dcfef8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111110 | 11111000 |
Octal | 334 | 376 | 370 |
Decimal | 220 | 254 | 248 |
Hex | DC | FE | F8 |
Shades of #dcfef8
Tints of #dcfef8
RGB Percentages of Color #dcfef8
CMYK Percentages of Color #dcfef8
Complementary Color
#dcfef8 | #fedce2 |
#dcfef8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfef8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfef8 Color CSS Codes
.mybgcolor {background-color:#dcfef8; } .myforecolor {color:#dcfef8; } .mybordercolor {border:3px solid #dcfef8; }
#dcfef8 Text Font Color
<p style="color:#dcfef8">Text here</p>
This sample text font color is #dcfef8
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.
#dcfef8 Background Color
<div style="background-color:#dcfef8">
Div content here</div>
This div background color is #dcfef8
#dcfef8 Border Color
<div style="border:3px solid #dcfef8">
Div here</div>
This div border color is #dcfef8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,254,248, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfef8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfef8; -webkit-box-shadow: 1px 1px 3px 2px #dcfef8; box-shadow: 1px 1px 3px 2px #dcfef8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,254,248, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfef8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfef8; -webkit-box-shadow: 1px 1px 3px 2px #dcfef8; box-shadow: 1px 1px 3px 2px #dcfef8;">
Div content here</div>
This div box has shadow with color #dcfef8
Comments
No comments written yet.
Please login to write comment.