Color spaces of #dcfffb
RGB | 220 | 255 | 251 |
---|---|---|---|
HSL | 0.48 | 1.00 | 0.93 |
HSV | 173° | 14° | 100° |
CMYK | 0.14 | 0.00 | 0.02 0.00 |
XYZ | 82.6878 | 93.7007 | 104.9947 |
Yxy | 93.7007 | 0.2939 | 0.3330 |
Hunter Lab | 96.7991 | -16.9201 | 3.4495 |
CIE-Lab | 97.5113 | -11.9585 | -1.8813 |
#dcfffb color RGB value is (220,255,251).
#dcfffb hex color red value is 220, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcfffb hue: 0.48 , saturation: 1.00 and the lightness value of dcfffb is 0.93.
The process color (four color CMYK) of #dcfffb color hex is 0.14, 0.00, 0.02, 0.00. Web safe color of #dcfffb is #ccffff. Color #dcfffb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111111 | 11111011 |
Octal | 334 | 377 | 373 |
Decimal | 220 | 255 | 251 |
Hex | DC | FF | FB |
Shades of #dcfffb
Tints of #dcfffb
RGB Percentages of Color #dcfffb
CMYK Percentages of Color #dcfffb
Complementary Color
#dcfffb | #ffdce0 |
#dcfffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfffb Color CSS Codes
.mybgcolor {background-color:#dcfffb; } .myforecolor {color:#dcfffb; } .mybordercolor {border:3px solid #dcfffb; }
#dcfffb Text Font Color
<p style="color:#dcfffb">Text here</p>
This sample text font color is #dcfffb
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.
#dcfffb Background Color
<div style="background-color:#dcfffb">
Div content here</div>
This div background color is #dcfffb
#dcfffb Border Color
<div style="border:3px solid #dcfffb">
Div here</div>
This div border color is #dcfffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,255,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfffb; -webkit-box-shadow: 1px 1px 3px 2px #dcfffb; box-shadow: 1px 1px 3px 2px #dcfffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,255,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfffb; -webkit-box-shadow: 1px 1px 3px 2px #dcfffb; box-shadow: 1px 1px 3px 2px #dcfffb;">
Div content here</div>
This div box has shadow with color #dcfffb
Related Colors
#dcfffb Color Palettes
Comments
No comments written yet.
Please login to write comment.