Color spaces of #dcf3ff
RGB | 220 | 243 | 255 |
---|---|---|---|
HSL | 0.56 | 1.00 | 0.93 |
HSV | 201° | 14° | 100° |
CMYK | 0.14 | 0.05 | 0.00 0.00 |
XYZ | 79.6158 | 86.5368 | 107.1148 |
Yxy | 86.5368 | 0.2913 | 0.3167 |
Hunter Lab | 93.0252 | -10.0244 | -3.1525 |
CIE-Lab | 94.5414 | -5.1431 | -8.3228 |
#dcf3ff color RGB value is (220,243,255).
#dcf3ff hex color red value is 220, green value is 243 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcf3ff hue: 0.56 , saturation: 1.00 and the lightness value of dcf3ff is 0.93.
The process color (four color CMYK) of #dcf3ff color hex is 0.14, 0.05, 0.00, 0.00. Web safe color of #dcf3ff is #ccffff. Color #dcf3ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110011 | 11111111 |
Octal | 334 | 363 | 377 |
Decimal | 220 | 243 | 255 |
Hex | DC | F3 | FF |
Shades of #dcf3ff
Tints of #dcf3ff
RGB Percentages of Color #dcf3ff
CMYK Percentages of Color #dcf3ff
Complementary Color
#dcf3ff | #ffe8dc |
#dcf3ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf3ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf3ff Color CSS Codes
.mybgcolor {background-color:#dcf3ff; } .myforecolor {color:#dcf3ff; } .mybordercolor {border:3px solid #dcf3ff; }
#dcf3ff Text Font Color
<p style="color:#dcf3ff">Text here</p>
This sample text font color is #dcf3ff
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.
#dcf3ff Background Color
<div style="background-color:#dcf3ff">
Div content here</div>
This div background color is #dcf3ff
#dcf3ff Border Color
<div style="border:3px solid #dcf3ff">
Div here</div>
This div border color is #dcf3ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,243,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf3ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf3ff; -webkit-box-shadow: 1px 1px 3px 2px #dcf3ff; box-shadow: 1px 1px 3px 2px #dcf3ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,243,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf3ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf3ff; -webkit-box-shadow: 1px 1px 3px 2px #dcf3ff; box-shadow: 1px 1px 3px 2px #dcf3ff;">
Div content here</div>
This div box has shadow with color #dcf3ff
#dcf3ff Color Palettes
Comments
No comments written yet.
Please login to write comment.