Color spaces of #dcfaf5
RGB | 220 | 250 | 245 |
---|---|---|---|
HSL | 0.47 | 0.75 | 0.92 |
HSV | 170° | 12° | 98° |
CMYK | 0.12 | 0.00 | 0.02 0.02 |
XYZ | 80.1822 | 90.1794 | 99.5665 |
Yxy | 90.1794 | 0.2971 | 0.3341 |
Hunter Lab | 94.9628 | -15.4679 | 4.3097 |
CIE-Lab | 96.0711 | -10.6218 | -0.8987 |
#dcfaf5 color RGB value is (220,250,245).
#dcfaf5 hex color red value is 220, green value is 250 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dcfaf5 hue: 0.47 , saturation: 0.75 and the lightness value of dcfaf5 is 0.92.
The process color (four color CMYK) of #dcfaf5 color hex is 0.12, 0.00, 0.02, 0.02. Web safe color of #dcfaf5 is #ccffff. Color #dcfaf5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111010 | 11110101 |
Octal | 334 | 372 | 365 |
Decimal | 220 | 250 | 245 |
Hex | DC | FA | F5 |
Shades of #dcfaf5
Tints of #dcfaf5
RGB Percentages of Color #dcfaf5
CMYK Percentages of Color #dcfaf5
Complementary Color
#dcfaf5 | #fadce1 |
#dcfaf5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfaf5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfaf5 Color CSS Codes
.mybgcolor {background-color:#dcfaf5; } .myforecolor {color:#dcfaf5; } .mybordercolor {border:3px solid #dcfaf5; }
#dcfaf5 Text Font Color
<p style="color:#dcfaf5">Text here</p>
This sample text font color is #dcfaf5
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.
#dcfaf5 Background Color
<div style="background-color:#dcfaf5">
Div content here</div>
This div background color is #dcfaf5
#dcfaf5 Border Color
<div style="border:3px solid #dcfaf5">
Div here</div>
This div border color is #dcfaf5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,250,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfaf5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfaf5; -webkit-box-shadow: 1px 1px 3px 2px #dcfaf5; box-shadow: 1px 1px 3px 2px #dcfaf5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,250,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfaf5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfaf5; -webkit-box-shadow: 1px 1px 3px 2px #dcfaf5; box-shadow: 1px 1px 3px 2px #dcfaf5;">
Div content here</div>
This div box has shadow with color #dcfaf5
Comments
No comments written yet.
Please login to write comment.