Color spaces of #cffdfd
RGB | 207 | 253 | 253 |
---|---|---|---|
HSL | 0.50 | 0.92 | 0.90 |
HSV | 180° | 18° | 99° |
CMYK | 0.18 | 0.00 | 0.00 0.01 |
XYZ | 78.5870 | 90.6078 | 106.2756 |
Yxy | 90.6078 | 0.2853 | 0.3289 |
Hunter Lab | 95.1881 | -19.2102 | 0.4356 |
CIE-Lab | 96.2483 | -14.5395 | -4.8590 |
#cffdfd color RGB value is (207,253,253).
#cffdfd hex color red value is 207, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cffdfd hue: 0.50 , saturation: 0.92 and the lightness value of cffdfd is 0.90.
The process color (four color CMYK) of #cffdfd color hex is 0.18, 0.00, 0.00, 0.01. Web safe color of #cffdfd is #ccffff. Color #cffdfd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111101 | 11111101 |
Octal | 317 | 375 | 375 |
Decimal | 207 | 253 | 253 |
Hex | CF | FD | FD |
Shades of #cffdfd
Tints of #cffdfd
RGB Percentages of Color #cffdfd
CMYK Percentages of Color #cffdfd
Complementary Color
#cffdfd | #fdcfcf |
#cffdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffdfd Color CSS Codes
.mybgcolor {background-color:#cffdfd; } .myforecolor {color:#cffdfd; } .mybordercolor {border:3px solid #cffdfd; }
#cffdfd Text Font Color
<p style="color:#cffdfd">Text here</p>
This sample text font color is #cffdfd
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.
#cffdfd Background Color
<div style="background-color:#cffdfd">
Div content here</div>
This div background color is #cffdfd
#cffdfd Border Color
<div style="border:3px solid #cffdfd">
Div here</div>
This div border color is #cffdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,253,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffdfd; -webkit-box-shadow: 1px 1px 3px 2px #cffdfd; box-shadow: 1px 1px 3px 2px #cffdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,253,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffdfd; -webkit-box-shadow: 1px 1px 3px 2px #cffdfd; box-shadow: 1px 1px 3px 2px #cffdfd;">
Div content here</div>
This div box has shadow with color #cffdfd
Comments
No comments written yet.
Please login to write comment.